Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isFiberMap
Function · 0.85
setUnsafe
Function · 0.85
interruptUnsafe
Method · 0.80
addObserver
Method · 0.80
sync
Method · 0.80
getUnsafe
Function · 0.70
compose
Method · 0.65
get
Method · 0.65
set
Method · 0.65
size
Method · 0.65
has
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected