Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ pollUpTo
Method
pollUpTo
packages/effect/src/internal/pubsub.ts:40–40 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
38
size(): number
39
poll<D>(default_: D): A | D
40
pollUpTo(n: number): Chunk.Chunk<A>
41
unsubscribe(): void
42
}
43
Callers
8
unsafePollAllQueue
Function · 0.65
unsafePollAllSubscription
Function · 0.65
unsafePollN
Function · 0.65
takeAll
Method · 0.65
takeUpTo
Method · 0.65
pollUpTo
Method · 0.65
unsafePollAll
Function · 0.65
unsafePollN
Function · 0.65
Implementers
4
BoundedPubSubArbSubscription
packages/effect/src/internal/pubsub.ts
BoundedPubSubPow2Subscription
packages/effect/src/internal/pubsub.ts
BoundedPubSubSingleSubscription
packages/effect/src/internal/pubsub.ts
UnboundedPubSubSubscription
packages/effect/src/internal/pubsub.ts
Calls
no outgoing calls
Tested by
no test coverage detected