Package: effect
Module: Deferred
Exits the Deferred with the specified Exit value, which will be
propagated to all fibers waiting on the value of the Deferred.
Signature
declare const done: { <A, E>(exit: Exit.Exit<A, E>): (self: Deferred<A, E>) => Effect.Effect<boolean>; <A, E>(self: Deferred<A, E>, exit: Exit.Exit<A, E>): Effect.Effect<boolean>; }
Since v2.0.0