menu
ChannelOptions
import { ChannelOptions } from "destack:channel";
Channel buffer options.
1export interface ChannelOptions {2 capacity: usize;3}Members
capacity: usizeThe bounded channel capacity.
import { ChannelOptions } from "destack:channel";
Channel buffer options.
1export interface ChannelOptions {2 capacity: usize;3}capacity: usizeThe bounded channel capacity.