p-try
`Start a promise chain
Found 22 results for settled
`Start a promise chain
ES Proposal spec-compliant shim for Promise.allSettled
Settle promises concurrently and get their fulfillment value or rejection reason
ES 2021 spec-compliant shim for Promise.any
Like `Promise.all`, but when all `Promise`s are settled.
ES Proposal spec-compliant shim for Promise.withResolvers
Run an array of functions in parallel, wait to finish when one errors
ES Proposal spec-compliant shim for Promise.allSettled
Simple settled promise
Better way to cancel promises using AbortSignal
Works like Promise.allSettled except it will reject with an AggregateError if some of the promises rejected, otherwise resolves with the fulfilled values.
Promise.all + map for all iterables
[](https://travis-ci.org/Dobby89/promise-all-settled-by-key) [](https://www.npmjs.com/package/pro
Iterate over promises as they're fulfilled.
Provides a way of knowing when a promise chain is settled. Useful for testing.
Returns the first Promise in an iterable to resolve
ESLint config used by Settled.co.uk. Based on AirBnB's implementation.
Promise.all function that waits for all promises to be settled
A better implementation of Javascript Promise.allSettled
Resolve several promises using concurrency limit and failfast.
Constructs a promise of state snapshots for an object whose values are promises.
Utility to run multiple promises & deliver execution results of all Promises at a time.