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

Function fiberJoin

packages/effect/src/Micro.ts:618–618  ·  view source on GitHub ↗
(self: MicroFiber<A, E>)

Source from the content-addressed store, hash-verified

616 * @category MicroFiber
617 */
618export const fiberJoin = <A, E>(self: MicroFiber<A, E>): Micro<A, E> => flatten(fiberAwait(self))
619
620/**
621 * @since 3.11.0

Callers

nothing calls this directly

Calls 2

fiberAwaitFunction · 0.85
flattenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…