import { ChannelError } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts";
const { OperationAbortedError } = ChannelError;
Error indicating that a Channel operation was aborted.
x/rimbu/channel/main/index.ts>ChannelError.OperationAbortedError
import { ChannelError } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts";
const { OperationAbortedError } = ChannelError;
Error indicating that a Channel operation was aborted.