A utility class to execute promises in parallel.
Fast, in memory work queue
Retries a function that returns a promise, leveraging the power of the retry module.
Run an array of functions in parallel
Run promises in parallel, but throttled
Returns a promise from a node-style callback function.
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Minimal async jobs utility library, with streams support
Like Promise.all, but save rejections until all promises are resolved
Promise version of glob
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
Library to help write libraries that accept both promises and callbacks.
utilities for observable asynchronous control flow
Bare bones Promises/A+ implementation
Unzip library for NodeJS
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Lightweight promise polyfill. A+ compliant
A lightweight Promises/A+ and when() implementation, plus other async goodies.
Retries a function that returns a promise, leveraging the power of the retry module.
spawn processes the way the npm cli likes to do
Tools for dealing with node-gyp packages
Promisify the node standard library.
A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
Zero-overhead asynchronous parallel/each/map function call