import { isSemaphoreError } from "https://deno.land/x/rimbu@1.1.0/channel/custom/sync/semaphore-error.ts";
Returns true if the given object is an instance of a SemaphoreError
.
Returns
obj is SemaphoreError
x/rimbu/channel/custom/sync/semaphore-error.ts>isSemaphoreError
import { isSemaphoreError } from "https://deno.land/x/rimbu@1.1.0/channel/custom/sync/semaphore-error.ts";
Returns true if the given object is an instance of a SemaphoreError
.