Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ poll
Method
poll
packages/effect/src/internal/groupBy.ts:385–387 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
383
}
384
385
poll(): Effect.Effect<Option.Option<B>> {
386
return
pipe(Queue.poll(this.dequeue), Effect.map(Option.map((a) => this.f(a))))
387
}
388
389
pipe() {
390
return
pipeArguments(this, arguments)
Callers
nothing calls this directly
Calls
4
pipe
Function · 0.70
poll
Method · 0.65
map
Method · 0.65
f
Method · 0.65
Tested by
no test coverage detected