metarhia / metasync

Asynchronous Programming Library for JavaScript & Node.js
https://metarhia.com
MIT License
206 stars 35 forks source link

Implement maxParallel to limit concurrent execution #323

Open tshemsedinov opened 6 years ago

tshemsedinov commented 6 years ago

Add maxParallel to all functions in lib/arra.js to limit concurrent execution in parallel (for large collections).