MCPcopy 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

watchParcelFunction · 0.65
shutdownMethod · 0.65

Implementers 4

BoundedPubSubArbSubscriptionpackages/effect/src/internal/pubsub.ts
BoundedPubSubPow2Subscriptionpackages/effect/src/internal/pubsub.ts
BoundedPubSubSingleSubscriptionpackages/effect/src/internal/pubsub.ts
UnboundedPubSubSubscriptionpackages/effect/src/internal/pubsub.ts

Calls

no outgoing calls

Tested by

no test coverage detected