Skip to main content
Module

x/rimbu/channel/mod.ts>CrossChannel.Pair

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias CrossChannel.Pair
import { type CrossChannel } from "https://deno.land/x/rimbu@1.0.2/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.

Type Parameters

TSend
TReceive