Package: effect
Module: Exit
Constructs a new Exit.Failure from the specified FiberId indicating that
the Fiber running an Effect workflow was terminated due to interruption.
Signature
declare const interrupt: (fiberId: FiberId.FiberId) => Exit<never>
Since v2.0.0