import { RpcProxyImpl } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
Constructors
new
RpcProxyImpl(onCall: (path: RpcProxy.Path) => Promise<any>)Methods
exec<R>(remoteFn: (p: RpcProxy.Unpromise<T>) => R): Promise<R>
getExecPath(execFn: (p: any) => any): RpcProxy.Path