Execute multiple queries in parallel with bounded concurrency.
Results are returned in the same order as the input items.
Each result contains either a response (on success) or an error (on failure).
If an AbortSignal is provided and aborted, remaining unstarted queries are
skipped and their results will have an error set to an AbortError.
Execute multiple queries in parallel with bounded concurrency.
Results are returned in the same order as the input
items. Each result contains either aresponse(on success) or anerror(on failure). If anAbortSignalis provided and aborted, remaining unstarted queries are skipped and their results will have anerrorset to anAbortError.