Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ poll
Method
poll
repos/effect/packages/effect/src/PubSub.ts:110–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
export
interface
BackingSubscription<out A> {
109
isEmpty(): boolean
110
size(): number
111
poll(): A | MutableList.Empty
112
pollUpTo(n: number): Array<A>
113
unsubscribe(): void
Callers
15
waitForDeferredWorkflowSuspended
Function · 0.65
waitForDeferredWorkflowComplete
Function · 0.65
workflow-engine-sqlite.test.ts
File · 0.65
waitForSuspended
Function · 0.65
waitForDeferredWorkflowComplete
Function · 0.65
waitForComplete
Function · 0.65
runSuite
Function · 0.65
workflow-engine-cosmos.test.ts
File · 0.65
TxQueue.test.ts
File · 0.65
Queue.test.ts
File · 0.65
TxDeferred.test.ts
File · 0.65
Deferred.test.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
6
waitForDeferredWorkflowSuspended
Function · 0.52
waitForDeferredWorkflowComplete
Function · 0.52
waitForSuspended
Function · 0.52
waitForDeferredWorkflowComplete
Function · 0.52
waitForComplete
Function · 0.52
runSuite
Function · 0.52