import { type CrossChannel } from "https://deno.land/x/rimbu@1.2.0/channel/mod.ts";
const { Pair } = CrossChannel;
A pair of CrossChannels in which the send module of the first is connected to the receive of the second, and the send module of the second is connected to the receive module of the first.
definition: readonly [CrossChannel<TSend, TReceive>, CrossChannel<TReceive, TSend>]