import { SemaphoreError } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts";
const { CapacityUnderflowError } = SemaphoreError;
Error indicating a request was made to release more weight than reserved.
x/rimbu/channel/main/index.ts>SemaphoreError.CapacityUnderflowError
import { SemaphoreError } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts";
const { CapacityUnderflowError } = SemaphoreError;
Error indicating a request was made to release more weight than reserved.