* Should the resolver continue collecting requests? Otherwise, it will * immediately execute the collected requests cutting the delay short.
(entries: ReadonlySet<Request.Entry<A>>)
| 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. |