run-parallel
run-parallel copied to clipboard
Run an array of functions in parallel
Results
1
run-parallel issues
Sort by
recently updated
recently updated
newest added
Hi, if you want users to ship small bundle sizes, would it be an idea to reference [Promise.all()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all) in the docs ? Just for fun I recreated run-parallel with Promise.all()...