How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Reduce a list of values using promises into a promise for a value
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
The main features of sindresorhus/p-settle are: Collection Processing, Promise Utilities.
Open-source alternatives to sindresorhus/p-settle include: sindresorhus/p-race — A better `Promise.race()`. sindresorhus/p-some — Wait for a specified number of promises to be fulfilled. sindresorhus/p-any — Wait for any promise to be fulfilled. sindresorhus/p-filter — Filter promises concurrently. sindresorhus/p-reduce — Reduce a list of values using promises into a promise for a value. samccone/promise-semaphore — promise semaphore.