FiberSet14
Constructors
Models
Refinements
Combinators
addconstAdds a fiber to the FiberSet.addUnsafeconstAdds an existing fiber to the FiberSet using a synchronous, unsafe mutation.awaitEmptyconstWaits until the fiber set is empty.clearconstInterrupts all fibers in the FiberSet and clears the set.joinconstJoins all fibers in the FiberSet.runconstForks an Effect and add the forked fiber to the FiberSet.runtimeconstCaptures a Runtime and uses it to fork effects into the FiberSet.runtimePromiseconstCaptures a Runtime and returns a Promise-based runner that forks effects into the FiberSet.sizeconstGets the number of fibers currently in the FiberSet.