Package: effect
Module: RequestResolver
Constructs a data source with the specified identifier and method to run requests.
Signature
declare const make: <A, R>(runAll: (requests: Array<Array<A>>) => Effect.Effect<void, never, R>) => RequestResolver<A, R>
Since v2.0.0