* Execute a collection of requests.
(entries: NonEmptyArray<Request.Entry<A>>, key: unknown)
| 99 | collectWhile(entries: ReadonlySet<Request.Entry<A>>): boolean |
| 100 | |
| 101 | /** |
| 102 | * Execute a collection of requests. |
| 103 | */ |
| 104 | runAll(entries: NonEmptyArray<Request.Entry<A>>, key: unknown): Effect.Effect<void, Request.Error<A>> |
no outgoing calls
no test coverage detected