effect-io-ai

Package: effect
Module: Deferred

Deferred.isDoneUnsafe

Returns whether this Deferred has already been completed synchronously.

When to use

Use to check Deferred completion synchronously in code that cannot return an Effect, such as low-level integration code.

See

Signature

declare const isDoneUnsafe: <A, E>(self: Deferred<A, E>) => boolean

Source

Since v4.0.0