import { SemaphoreError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { isSemaphoreError } = SemaphoreError;
Returns true if the given object is an instance of a SemaphoreError
.
Returns
obj is SemaphoreError
x/rimbu/channel/custom/index.ts>SemaphoreError.isSemaphoreError
import { SemaphoreError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { isSemaphoreError } = SemaphoreError;
Returns true if the given object is an instance of a SemaphoreError
.