Get array of tasks for sending request-response pairs. Tasks are not squashed into TaskEither<Error, Array<ISerializedResponse>> to ensure the tasks can be easily linked to the corresponding requests.
TaskEither<Error, Array<ISerializedResponse>>
Requests to send
Array of tasks
Generated using TypeDoc
Get array of tasks for sending request-response pairs. Tasks are not squashed into
TaskEither<Error, Array<ISerializedResponse>>to ensure the tasks can be easily linked to the corresponding requests.