effect-io-ai

Package: effect
Module: FiberHandle

FiberHandle.get

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