Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/channel/custom/remote-channel-client/remote-channel-client-impl.ts>RemoteChannelClientImpl

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function RemoteChannelClientImpl
import { RemoteChannelClientImpl } from "https://deno.land/x/rimbu@1.1.0/channel/custom/remote-channel-client/remote-channel-client-impl.ts";

Parameters

config: { port: RemoteChannel.SimpleMessagePort; rcsChannelId?: string; }

Returns

Promise<RemoteChannelClient>