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