Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ subscribe
Method
subscribe
repos/effect/packages/effect/src/PubSub.ts:97–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
publish(value: A): boolean
96
publishAll(elements: Iterable<A>): Array<A>
97
slide(): void
98
subscribe(): BackingSubscription<A>
99
replayWindow(): ReplayWindow<A>
100
}
Callers
15
ClusterServiceBus.ts
File · 0.65
recoverStuckWaitingOnMount
Function · 0.65
makeTanstackQuery
Function · 0.65
pubsub.ts
File · 0.65
subscribe
Function · 0.65
atomToPromise
Function · 0.65
useAtomSubscribe
Function · 0.65
useAtomRef
Function · 0.65
createAtomAccessor
Function · 0.65
useAtomSubscribe
Function · 0.65
useAtomRef
Function · 0.65
useAtomValueRef
Function · 0.65
Implementers
4
BoundedPubSubArb
repos/effect/packages/effect/src/PubSu
BoundedPubSubPow2
repos/effect/packages/effect/src/PubSu
BoundedPubSubSingle
repos/effect/packages/effect/src/PubSu
UnboundedPubSub
repos/effect/packages/effect/src/PubSu
Calls
no outgoing calls
Tested by
1
A
Function · 0.52