Package: effect Module: FiberHandle
effect
FiberHandle
Retrieve the fiber from the FiberHandle.
Signature
declare const get: <A, E>(self: FiberHandle<A, E>) => Effect.Effect<Fiber.RuntimeFiber<A, E>, NoSuchElementException>
Source
Since v2.0.0