Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
unsafeMakeSubscription
Function · 0.65
Implementers
4
BoundedPubSubArb
packages/effect/src/internal/pubsub.ts
BoundedPubSubPow2
packages/effect/src/internal/pubsub.ts
BoundedPubSubSingle
packages/effect/src/internal/pubsub.ts
UnboundedPubSub
packages/effect/src/internal/pubsub.ts
Calls
no outgoing calls
Tested by
no test coverage detected