class ChannelError.AlreadyBusyReceivingError
extends ChannelError
import { ChannelError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { AlreadyBusyReceivingError } = ChannelError;
Error indicating that an attempt to read from a Channel failed because a read is already ongoing.