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