MCPcopy Create free account
hub / github.com/effect-app/libs / FiberMap.ts

File FiberMap.ts

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

Source from the content-addressed store, hash-verified

1/**
2 * Manages fibers by key inside a scope.
3 *
4 * A `FiberMap<K, A, E>` owns a map of running fibers, interrupts them when its

Callers

nothing calls this directly

Calls 13

isFiberMapFunction · 0.85
setUnsafeFunction · 0.85
interruptUnsafeMethod · 0.80
addObserverMethod · 0.80
syncMethod · 0.80
getUnsafeFunction · 0.70
composeMethod · 0.65
getMethod · 0.65
setMethod · 0.65
sizeMethod · 0.65
hasMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected