Would be nice to see a forEach that allowed for parallel execution..
mapParallel(array, options, callback, [thisArg])
forEachParallel(array, options, callback, [thisArg])
options
- concurrency: number, min: 1, max: ????
- The number of in-flight/unresolved concurrent operations to start.