import * as rimbu from "https://deno.land/x/rimbu@1.1.0/channel/custom/remote-channel/remote-channel.ts";
Namespaces
A RemoteChannel is a channel that communicates through a message port of the |
Interfaces
Defines the static | |
Interface defining the cross-channel configuration for a RemoteChannel. | |
Interface defining the read configuration for a RemoteChannel. | |
Interface used to perform low-level message communication between processes. Compatible with browser, Node, and Worker contexts. | |
Interface defining the write configuration for a RemoteChannel. |