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