Function
fiberJoinAll
(fibers: Iterable<Fiber.Fiber<A, E>>)
Source from the content-addressed store, hash-verified
| 3487 | |
| 3488 | /* @internal */ |
| 3489 | export const fiberJoinAll = <A, E>(fibers: Iterable<Fiber.Fiber<A, E>>): Effect.Effect<Array<A>, E> => |
| 3490 | internalFiber.join(fiberAll(fibers)) |
| 3491 | |
| 3492 | /* @internal */ |
| 3493 | export const fiberScoped = <A, E>(self: Fiber.Fiber<A, E>): Effect.Effect<Fiber.Fiber<A, E>, never, Scope.Scope> => |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…