The type of the input items.
The type of the elements in the returned arrays.
The collection to iterate over.
An async function that returns an array for each element.
Optionaloptions: ConcatOptions<R>Configuration options, including concurrency limit.
A cancellable handle that resolves to a flattened array of all results.
Maps over a collection and flattens the results into a single array. Each iterator should return an array, and all arrays are concatenated together.
The type of the input items.
The type of the elements in the returned arrays.
The collection to iterate over.
An async function that returns an array for each element.
Optionaloptions: ConcatOptions<R>Configuration options, including concurrency limit.
A cancellable handle that resolves to a flattened array of all results.
Maps over a collection and flattens the results into a single array. Each iterator should return an array, and all arrays are concatenated together.