Executed the callback function on each chunk in the array limiting the number of parallel executions up to the parallelism number passed.
parallelism
Array with work items
Callback functions executed for each chunk
Size of each chunk
Max number of parallel worker callbacks active
Array of results
Executed the callback function on each chunk in the array limiting the number of parallel executions up to the
parallelismnumber passed.