Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ unsubscribe
Method
unsubscribe
repos/effect/packages/effect/src/PubSub.ts:112–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
size(): number
111
poll(): A | MutableList.Empty
112
pollUpTo(n: number): Array<A>
113
unsubscribe(): void
114
}
115
Callers
1
unsubscribe
Function · 0.65
Implementers
4
BoundedPubSubArbSubscription
repos/effect/packages/effect/src/PubSu
BoundedPubSubPow2Subscription
repos/effect/packages/effect/src/PubSu
BoundedPubSubSingleSubscription
repos/effect/packages/effect/src/PubSu
UnboundedPubSubSubscription
repos/effect/packages/effect/src/PubSu
Calls
no outgoing calls
Tested by
no test coverage detected