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

Function fiberJoinAll

packages/effect/src/internal/fiberRuntime.ts:3489–3490  ·  view source on GitHub ↗
(fibers: Iterable<Fiber.Fiber<A, E>>)

Source from the content-addressed store, hash-verified

3487
3488/* @internal */
3489export const fiberJoinAll = <A, E>(fibers: Iterable<Fiber.Fiber<A, E>>): Effect.Effect<Array<A>, E> =>
3490 internalFiber.join(fiberAll(fibers))
3491
3492/* @internal */
3493export const fiberScoped = <A, E>(self: Fiber.Fiber<A, E>): Effect.Effect<Fiber.Fiber<A, E>, never, Scope.Scope> =>

Callers

nothing calls this directly

Calls 2

fiberAllFunction · 0.85
joinMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…