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

Function join

packages/effect/src/FiberSet.ts:477–478  ·  view source on GitHub ↗
(self: FiberSet<A, E>)

Source from the content-addressed store, hash-verified

475 * ```
476 */
477export const join = <A, E>(self: FiberSet<A, E>): Effect.Effect<void, E> =>
478 Deferred.await(self.deferred as Deferred.Deferred<void, E>)
479
480/**
481 * Wait until the fiber set is empty.

Callers

nothing calls this directly

Calls 1

awaitMethod · 0.45

Tested by

no test coverage detected