asyncPool
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Async Pool: Promise.all for Bulk Operations. Taken from this article.
asyncPool is a utility with the same functionality as Promise.all + Array.map that keeps the number of concurrent executions at or below a set number.
Migrated from folder: lib/async/asyncPool