The failure element a 'fail' channel ends with.
const failure: ChannelOverflowFailure = ChannelOverflow({ capacity: 10 }); failure.data.capacity; // 10
The failure element a 'fail' channel ends with.
const failure: ChannelOverflowFailure = ChannelOverflow({ capacity: 10 }); failure.data.capacity; // 10
import { type ChannelOverflowFailure } from "lib/stream/stream.ts";