Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ pollUpTo
Method
pollUpTo
repos/effect/packages/effect/src/PubSub.ts:111–111 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
109
isEmpty(): boolean
110
size(): number
111
poll(): A | MutableList.Empty
112
pollUpTo(n: number): Array<A>
113
unsubscribe(): void
114
}
Callers
2
takeAll
Function · 0.65
PubSub.ts
File · 0.65
Implementers
4
BoundedPubSubArbSubscription
repos/effect/packages/effect/src/PubSu
BoundedPubSubPow2Subscription
repos/effect/packages/effect/src/PubSu
BoundedPubSubSingleSubscription
repos/effect/packages/effect/src/PubSu
UnboundedPubSubSubscription
repos/effect/packages/effect/src/PubSu
Calls
no outgoing calls
Tested by
no test coverage detected