p-try
`Start a promise chain
Found 23 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 with optional limited concurrency
ES 2021 spec-compliant shim for Promise.any
Like `Promise.all()` but for `Map` and `Object`
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.
Utility to run multiple promises & deliver execution results of all Promises at a time.
Promise.all + map for all iterables
ESLint config used by Settled.co.uk. Based on AirBnB's implementation.
Resolve several promises using concurrency limit and failfast.
[](https://travis-ci.org/Dobby89/promise-all-settled-by-key) [](https://www.npmjs.com/package/pro
Provides a way of knowing when a promise chain is settled. Useful for testing.
Returns the first Promise in an iterable to resolve
Iterate over promises as they're fulfilled.
Constructs a promise of state snapshots for an object whose values are promises.
Promise.all function that waits for all promises to be settled
A better implementation of Javascript Promise.allSettled