FiberMap19
Constructors
Models
Refinements
Combinators
awaitEmptyconstWaits for the FiberMap to be empty.clearconstRemoves all fibers from the FiberMap, interrupting them.getconstRetrieves a fiber from the FiberMap effectfully.getUnsafeconstRetrieves a fiber from the FiberMap synchronously.hasconstChecks whether a key exists in the FiberMap.hasUnsafeconstChecks whether a key exists in the FiberMap.joinconstWaits for the FiberMap to fail or close.removeconstRemoves a fiber from the FiberMap, interrupting it if it exists.runconstForks an Effect and stores the resulting fiber in the FiberMap under a key.runtimeconstCaptures the current runtime and returns a function for forking effects into an existing FiberMap.runtimePromiseconstCaptures the current runtime and returns a function for running effects in an existing FiberMap as Promises.setconstAdds a fiber to the FiberMap under a key.setUnsafeconstAdds a fiber to the FiberMap under a key using a synchronous, unsafe mutation.sizeconstGets the number of fibers currently in the FiberMap.