MCPcopy Create free account
hub / github.com/Effect-TS/effect / collectWhile

Method collectWhile

packages/effect/src/RequestResolver.ts:99–99  ·  view source on GitHub ↗

* Should the resolver continue collecting requests? Otherwise, it will * immediately execute the collected requests cutting the delay short.

(entries: ReadonlySet<Request.Entry<A>>)

Source from the content-addressed store, hash-verified

97 * immediately execute the collected requests cutting the delay short.
98 */
99 collectWhile(entries: ReadonlySet<Request.Entry<A>>): boolean
100
101 /**
102 * Execute a collection of requests.

Callers 1

addEntryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected