MCPcopy Create free account
hub / github.com/Effect-TS/effect / FiberSet.ts

File FiberSet.ts

packages/effect/src/FiberSet.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Manages many fibers together inside one scope.
3 *
4 * A `FiberSet<A, E>` tracks running fibers, removes each fiber when it

Callers

nothing calls this directly

Calls 9

isFiberSetFunction · 0.85
addUnsafeFunction · 0.85
interruptUnsafeMethod · 0.80
addObserverMethod · 0.80
composeMethod · 0.65
addMethod · 0.65
awaitMethod · 0.65
hasMethod · 0.45
syncMethod · 0.45

Tested by

no test coverage detected