import { ChannelError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { ChannelClosedError } = ChannelError;
Error indicating that a Channel is closed when performing an operation.
x/rimbu/channel/custom/index.ts>ChannelError.ChannelClosedError
import { ChannelError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { ChannelClosedError } = ChannelError;
Error indicating that a Channel is closed when performing an operation.