Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ poll
Method
poll
packages/effect/src/internal/pubsub.ts:39–39 ·
view source on GitHub ↗
(default_: D)
Source
from the content-addressed store, hash-verified
37
isEmpty(): boolean
38
size(): number
39
poll<D>(default_: D): A | D
40
pollUpTo(n: number): Chunk.Chunk<A>
41
unsubscribe(): void
42
}
Callers
15
trackAccess
Method · 0.65
take
Method · 0.65
unsafeOnPubSubEmptySpace
Method · 0.65
unsafeStrategyCompletePollers
Function · 0.65
unsafeOffer
Method · 0.65
offer
Method · 0.65
take
Method · 0.65
poll
Method · 0.65
onCompleteTakersWithEmptyQueue
Method · 0.65
unsafeOnQueueEmptySpace
Method · 0.65
unsafeOffer
Method · 0.65
queue.ts
File · 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