Execute the map callback async in parallel on each of the items in the specified Iterable
An Iterable to execute the callback on
The callback to execute for each item
The number of parallel tasks to execute
A promise that resolves to an array of the results of the callback
Execute the map callback async in parallel on each of the items in the specified Iterable