Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/channel/custom/rpc-proxy/rpc-proxy-impl.ts>RpcProxyImpl

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class RpcProxyImpl
implements RpcProxy<T>
import { RpcProxyImpl } from "https://deno.land/x/rimbu@1.2.1/channel/custom/rpc-proxy/rpc-proxy-impl.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