Control flow
Highland.js3.4K

Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.

pify1.5K

Promisify a callback-style function.

p-map1.4K

Map over promises concurrently.

delay607

Delay a promise a specified amount of time.

promise-memoize62

Memoize promise-returning functions, with expire and prefetch.

observable-to-promise47

Convert an Observable to a Promise.

valvelet38

Limit the execution rate of a promise-returning function.