Executes async code in parallel for each entry of an array.
The value to iterate
The function to call with each entry of the array
A promise that resolves once each callback is done executing (and their promise resolved)
Executes async code in parallel for each entry of an array.