foreachasync

A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach

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)

batchasync

Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.