awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/p-filter

0
View on GitHub↗
83 Stars·11 Forks·JavaScript·MIT·3 Aufrufe

P Filter

Filter promises concurrently

Features

  • Collection Processing - Filter promises concurrently.
  • Promise Utilities - Filters promises concurrently.

Star-Verlauf

Star-Verlauf für sindresorhus/p-filterStar-Verlauf für sindresorhus/p-filter

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu P Filter

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit P Filter.
  • sindresorhus/p-raceAvatar von sindresorhus

    sindresorhus/p-race

    52Auf GitHub ansehen↗

    A better Promise.race()

    JavaScript
    Auf GitHub ansehen↗52
  • sindresorhus/p-reduceAvatar von sindresorhus

    sindresorhus/p-reduce

    74Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗74
  • sindresorhus/p-anyAvatar von sindresorhus

    sindresorhus/p-any

    57Auf GitHub ansehen↗

    Wait for any promise to be fulfilled

    JavaScript
    Auf GitHub ansehen↗57
  • sindresorhus/p-settleAvatar von sindresorhus

    sindresorhus/p-settle

    96Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗96
Alle 30 Alternativen zu P Filter anzeigen→

Häufig gestellte Fragen

Was macht sindresorhus/p-filter?

Filter promises concurrently

Was sind die Hauptfunktionen von sindresorhus/p-filter?

Die Hauptfunktionen von sindresorhus/p-filter sind: Collection Processing, Promise Utilities.

Welche Open-Source-Alternativen gibt es zu sindresorhus/p-filter?

Open-Source-Alternativen zu sindresorhus/p-filter sind unter anderem: sindresorhus/p-reduce — Reduce a list of values using promises into a promise for a value. 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-race — A better `Promise.race()`. sindresorhus/p-settle — Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency. samccone/promise-semaphore — promise semaphore.