* Execute a collection of requests. The outer `Array` represents batches * of requests that must be performed sequentially. The inner `Array` * represents a batch of requests that can be performed in parallel.
(requests: Array<Array<Request.Entry<A>>>)
| 56 | * represents a batch of requests that can be performed in parallel. |
| 57 | */ |
| 58 | runAll(requests: Array<Array<Request.Entry<A>>>): Effect.Effect<void, never, R> |
| 59 | |
| 60 | /** |
| 61 | * Identify the data source using the specific identifier |
no outgoing calls
no test coverage detected