A fiber that is done with the specified scalaz.zio.Exit value.
A fiber that has already failed with the specified value.
Lifts an scalaz.zio.IO into a Fiber.
Returns a Fiber that is backed by the specified Future.
A fiber that is already interrupted.
Interrupts all fibers, awaiting their interruption.
Joins all fibers, awaiting their completion.
A fiber that never fails or succeeds.
Returns a fiber that has already succeeded with the specified value.
Returns a fiber that is already succeeded with the specified lazily evaluated value.
A fiber that has already succeeded with unit.