effect-io-ai

Package: effect
Module: RequestResolver

RequestResolver.makeWithEntry

Constructs a data source with the specified identifier and method to run requests.

Signature

declare const makeWithEntry: <A, R>(runAll: (requests: Array<Array<Request.Entry<A>>>) => Effect.Effect<void, never, R>) => RequestResolver<A, R>

Source

Since v2.0.0