MCPcopy Index your code
hub / github.com/Effect-TS/effect / join

Function join

packages/effect/src/FiberHandle.ts:525–526  ·  view source on GitHub ↗
(self: FiberHandle<A, E>)

Source from the content-addressed store, hash-verified

523 * ```
524 */
525export const join = <A, E>(self: FiberHandle<A, E>): Effect.Effect<void, E> =>
526 Deferred.await(self.deferred as Deferred.Deferred<void, E>)
527
528/**
529 * Wait for the fiber in the FiberHandle to complete.

Callers

nothing calls this directly

Calls 1

awaitMethod · 0.45

Tested by

no test coverage detected