foreachasync
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
sequence
Execute async code in chronological order. The sequence module of FuturesJS (Browser, Node.js, Bower, and Pakmanager)
join
The join / synchronize module of FuturesJS (Browser, Node.js, Bower, and Pakmanager)
lateral
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)
forallasync
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)