MCPcopy Create free account
hub / github.com/effect-app/libs / subscribe

Method subscribe

repos/effect/packages/effect/src/PubSub.ts:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 publish(value: A): boolean
96 publishAll(elements: Iterable<A>): Array<A>
97 slide(): void
98 subscribe(): BackingSubscription<A>
99 replayWindow(): ReplayWindow<A>
100 }

Callers 15

makeTanstackQueryFunction · 0.65
pubsub.tsFile · 0.65
subscribeFunction · 0.65
atomToPromiseFunction · 0.65
useAtomSubscribeFunction · 0.65
useAtomRefFunction · 0.65
createAtomAccessorFunction · 0.65
useAtomSubscribeFunction · 0.65
useAtomRefFunction · 0.65
useAtomValueRefFunction · 0.65

Implementers 4

BoundedPubSubArbrepos/effect/packages/effect/src/PubSu
BoundedPubSubPow2repos/effect/packages/effect/src/PubSu
BoundedPubSubSinglerepos/effect/packages/effect/src/PubSu
UnboundedPubSubrepos/effect/packages/effect/src/PubSu

Calls

no outgoing calls

Tested by 1

AFunction · 0.52