MCPcopy 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

unsubscribeFunction · 0.65
v2024_11_05.tsFile · 0.65
v2025_06_18.tsFile · 0.65
v2025_03_26.tsFile · 0.65

Implementers 4

BoundedPubSubArbSubscriptionpackages/effect/src/PubSub.ts
BoundedPubSubPow2Subscriptionpackages/effect/src/PubSub.ts
BoundedPubSubSingleSubscriptionpackages/effect/src/PubSub.ts
UnboundedPubSubSubscriptionpackages/effect/src/PubSub.ts

Calls

no outgoing calls

Tested by

no test coverage detected