Package: effect
Module: Deferred
Completes the Deferred with interruption. This will interrupt all fibers
waiting on the value of the Deferred with the specified FiberId.
Signature
declare const interruptWith: { (fiberId: FiberId.FiberId): <A, E>(self: Deferred<A, E>) => Effect.Effect<boolean>; <A, E>(self: Deferred<A, E>, fiberId: FiberId.FiberId): Effect.Effect<boolean>; }
Since v2.0.0