pify
Promisify a callback-style function
Promisify a callback-style function
Get the first fulfilled promise that satisfies the provided testing function
Run multiple promise-returning & async functions with limited concurrency
`Start a promise chain
Map over promises concurrently
`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome
Create a promise that can be canceled
Check if something is a promise
Timeout a promise after a specified amount of time
Iterate over promises serially
Promisify an event by waiting for it to be emitted
Retry a promise-returning or async function
Reduce a list of values using promises into a promise for a value
The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
Promise queue with concurrency control
Compose promise-returning & async functions into a reusable pipeline
Map over promises serially
Run promise-returning & async functions concurrently with optional limited concurrency
Run promise-returning & async functions in series, each passing its result to the next
A performant and standard (Bluebird) library that registers a node-style callback on a promise