MCPcopy Create free account
hub / github.com/Effect-TS/effect / replayWindow

Method replayWindow

packages/effect/src/internal/pubsub.ts:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 slide(): void
31 subscribe(): Subscription<A>
32 replayWindow(): ReplayWindow<A>
33}
34
35/** @internal */

Callers 1

unsafeMakeSubscriptionFunction · 0.65

Implementers 4

BoundedPubSubArbpackages/effect/src/internal/pubsub.ts
BoundedPubSubPow2packages/effect/src/internal/pubsub.ts
BoundedPubSubSinglepackages/effect/src/internal/pubsub.ts
UnboundedPubSubpackages/effect/src/internal/pubsub.ts

Calls

no outgoing calls

Tested by

no test coverage detected