p-retry
Retry a promise-returning or async function
Retry a promise-returning or async function
Track the list of currently unhandled promise rejections.
ES Proposal spec-compliant shim for Promise.allSettled
Make a promise always fulfill with its actual fulfillment value or rejection reason
Settle promises concurrently and get their fulfillment value or rejection reason
An efficient, standards-compliant library for representing results of successful or failed operations
Like `Promise.all`, but when all `Promise`s are settled.
ES 2021 spec-compliant shim for Promise.any
ES Proposal spec-compliant shim for Promise.allSettled
Check if a GitHub Pull Request is in a (most likely) mergeable state
Conditional promise catch handler
Repeat function call depending on the previous call result and specified conditions.
React hooks for working with promises.
a simple timed out promise implementation
A handy library for creating custom error constructors that work across async boundaries in Node.js.
Inspect the state of a promise
Create action object for redux promise middleware
Assert that a promise has been rejected, optionally with a message
Promisify sync, async or generator function, using [relike][]. Kind of promisify, but lower level. Full compatibility with [co][]4 and passing 100% of its tests.
Execute all the promise tasks with rejection ignored and get the precise resolved and rejected result.