Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ PubSub.ts
File
PubSub.ts
repos/effect/packages/effect/src/PubSub.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Broadcasts values from publishers to many subscribers.
3
*
4
* Publishers add messages with `publish` or `publishAll`, and each active
Callers
nothing calls this directly
Calls
10
takeRemainderLoop
Function · 0.85
publish
Method · 0.65
completeSubscribersUnsafe
Method · 0.65
handleSurplus
Method · 0.65
publishAll
Method · 0.65
takeN
Method · 0.65
takeAll
Method · 0.65
pollUpTo
Method · 0.65
onPubSubEmptySpaceUnsafe
Method · 0.65
succeed
Method · 0.45
Tested by
no test coverage detected