Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ poll
Method
poll
packages/effect/test/Sink/constructors.test.ts:188–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
}
187
188
poll(): Effect.Effect<Option.Option<A>> {
189
return
Queue.poll(this.backingQueue)
190
}
191
}
Callers
nothing calls this directly
Calls
1
poll
Method · 0.65
Tested by
no test coverage detected