class SemaphoreError.InsufficientCapacityError
extends SemaphoreError
import { SemaphoreError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { InsufficientCapacityError } = SemaphoreError;
Error indicating that the semaphore does not have sufficient capacity.