Skip to main content
Module

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

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface CrossChannel.Config
import { type CrossChannel } from "https://deno.land/x/rimbu@1.0.2/channel/mod.ts";
const { Config } = CrossChannel;

Configuration options for creating a CrossChannel

Properties

optional
write: Channel.Config

The write channel configuration.

optional
read: Channel.Config

The read channel configuration.