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