How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
Reduce a list of values using promises into a promise for a value
The main features of sindresorhus/p-reduce are: Collection Processing, Promise Utilities.
Projects with overlapping indexed features 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-settle — Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency. samccone/promise-semaphore — promise semaphore.