FiberHandle15
Constructors
Models
Refinements
Combinators
awaitEmptyconstWaits for the fiber in the FiberHandle to complete.clearconstInterrupts the fiber currently stored in the FiberHandle, if any, and leaves the handle empty.getfunctionRetrieves the fiber from the FiberHandle effectfully.getUnsafefunctionRetrieves the fiber from the FiberHandle synchronously.joinconstWaits for the FiberHandle to fail or close.runconstForks an Effect and stores the resulting fiber in the FiberHandle.runtimeconstCaptures the current runtime and returns a function for forking effects into an existing FiberHandle.runtimePromiseconstCaptures the current runtime and returns a function for running effects in an existing FiberHandle as Promises.setconstSets the fiber in the FiberHandle.setUnsafeconstSets the fiber in a FiberHandle.