import { type RemoteChannel } from "https://deno.land/x/rimbu@1.2.0/channel/custom/remote-channel/remote-channel.ts";
const { SimpleMessagePort } = RemoteChannel;
Interface used to perform low-level message communication between processes. Compatible with browser, Node, and Worker contexts.