30 open-source projects similar to sindresorhus/p-settle, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best P Settle alternative.
Wait for a specified number of promises to be fulfilled
Reduce a list of values using promises into a promise for a value
Promises fail silently if you don't attach a .catch() handler.
By default, promises fail silently if you don't attach a .catch() handler to them.
Make an asynchronous function synchronous
Run promise-returning & async functions concurrently with optional limited concurrency
Debounce promise-returning & async functions
Promisify an event by waiting for it to be emitted
Deprecated as it's now available in all modern browsers and Node.js versions.
Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called
Run multiple promise-returning & async functions with limited concurrency
Get the first fulfilled promise that satisfies the provided testing function
Map over promises concurrently
Compose promise-returning & async functions into a reusable pipeline