awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/p-settle

0
View on GitHub↗
96 stars·11 forks·JavaScript·MIT·3 views

P Settle

Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency

Features

  • Collection Processing - Settle promises concurrently and get results or errors.
  • Promise Utilities - Settles multiple promises and returns all results.

Star history

Star history chart for sindresorhus/p-settleStar history chart for sindresorhus/p-settle

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to P Settle

Similar open-source projects, ranked by how many features they share with P Settle.
  • sindresorhus/p-filtersindresorhus avatar

    sindresorhus/p-filter

    83View on GitHub↗

    Filter promises concurrently

    JavaScript
    View on GitHub↗83
  • sindresorhus/p-racesindresorhus avatar

    sindresorhus/p-race

    52View on GitHub↗

    A better Promise.race()

    JavaScript
    View on GitHub↗52
  • sindresorhus/p-anysindresorhus avatar

    sindresorhus/p-any

    57View on GitHub↗

    Wait for any promise to be fulfilled

    JavaScript
    View on GitHub↗57
  • sindresorhus/p-reducesindresorhus avatar

    sindresorhus/p-reduce

    74View on GitHub↗

    Reduce a list of values using promises into a promise for a value

    JavaScript
    View on GitHub↗74
See all 30 alternatives to P Settle→

Frequently asked questions

What does sindresorhus/p-settle do?

Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency

What are the main features of sindresorhus/p-settle?

The main features of sindresorhus/p-settle are: Collection Processing, Promise Utilities.

What are some open-source alternatives to sindresorhus/p-settle?

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.