FuturesJS
The simple async toolkit - Promises (Futures), Subscriptions, and the like
JavaScript 523 20
forEachAsync - browser and node ready
JavaScript 20 4
Execute async code in chronological order. The sequence module of FuturesJS (Browser, Node.js, Bower, and Pakmanager)
JavaScript 16 3
Async counterparts for each of the Array methods - forEachAsync, everyAsync, someAsync, filterAsync, mapAsync, reduceAsync, reduceRightAsync
JavaScript 6 1
Joins JavaScript's asynchronous calls together similar to how `pthread_join` works for threads.
JavaScript 6 3
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)