import { type Channel } from "https://deno.land/x/rimbu@1.2.0/channel/mod.ts";
const { Config } = Channel;
The configuration options for creating a Channel.
Properties
Tha channel capacity, indicating the amount of messages a channel will buffer before sending to the channel will block.