A tiny wrapper for Promise to carry a promise and (if known) a value, plus a resolved flag -- this makes it easy to bridge between async promise-based code, and single-thread code.
`Start a promise chain
A thenable to streamline a possibly sync / possibly async workflow.
Recursively mkdir, like `mkdir -p`
Essential utils for promises
Delay a promise a specified amount of time
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
a util for spawning git from npm CLI contexts
Get the first fulfilled promise that satisfies the provided testing function
Check if something is a promise
Test whether an object looks like a promises-a+ promise
Lazy value.
Library for updating an npmjs.com profile
Reduce a list of values using promises into a promise for a value
Iterate over promises serially
Capture promise value for ad-hoc use
Run promise-returning & async functions in series, each passing its result to the next
Coalesces multiple promises for the same identifier into a single request
A utility that allows retrying a function with an exponential delay between attempts.
Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called
A lightweight Node.js module to recursively read files in a directory using ES6 Promises
Inquirer input text prompt
Map over promises concurrently
A bluebird wrapper for node-mysql
A promise of a value to be calculated in the future
A simple promises implementation in Ruby.