Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ unsubscribe
Method
unsubscribe
packages/effect/src/internal/pubsub.ts:41–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
poll<D>(default_: D): A | D
40
pollUpTo(n: number): Chunk.Chunk<A>
41
unsubscribe(): void
42
}
43
44
/** @internal */
Callers
2
watchParcel
Function · 0.65
shutdown
Method · 0.65
Implementers
4
BoundedPubSubArbSubscription
packages/effect/src/internal/pubsub.ts
BoundedPubSubPow2Subscription
packages/effect/src/internal/pubsub.ts
BoundedPubSubSingleSubscription
packages/effect/src/internal/pubsub.ts
UnboundedPubSubSubscription
packages/effect/src/internal/pubsub.ts
Calls
no outgoing calls
Tested by
no test coverage detected