A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Add forEachAsync() async/await to Array to support async functions.
'Promisified' Array, it compatible with the original Array but comes with async versions of native Array methods, such as mapAsync
, filterAsync
, reduceAsync
, sortAsync
, findAsync
, findIndexAsync
, everyAsync
, someAsync
, `forEachAsync`...
Like forEachAsync and Join had a baby: sequences out n batches of async functions rather than all at once. Part of FuturesJS (Browser, Node.js, Bower, Pakmanager)
Like forEachAsync and Join had a baby: sequences out n batches of async functions rather than all at once. Part of FuturesJS (Browser, Node.js, Bower, Pakmanager)