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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to busterc/promise-do-until

Open-source alternatives to Promise Do Until

30 open-source projects similar to busterc/promise-do-until, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Promise Do Until alternative.

  • wbinnssmith/promise-methodAvatar von wbinnssmith

    wbinnssmith/promise-method

    2Auf GitHub ansehen↗

    Wraps a function and returns one that always returns a promise. API-compatible with bluebird's Promise.method.

    JavaScript
    Auf GitHub ansehen↗2
  • kevinoid/promise-nodeifyAvatar von kevinoid

    kevinoid/promise-nodeify

    2Auf GitHub ansehen↗

    promise-nodeify

    JavaScript
    Auf GitHub ansehen↗2
  • busterc/promise-do-whilstAvatar von busterc

    busterc/promise-do-whilst

    3Auf GitHub ansehen↗

    See Also - promise-whilst - promise-until - promise-do-until

    JavaScript
    Auf GitHub ansehen↗3
  • mozilla/task.jsAvatar von mozilla

    mozilla/task.js

    1,629Auf GitHub ansehen↗

    Beautiful concurrency for JavaScript

    JavaScript
    Auf GitHub ansehen↗1,629
  • samccone/promise-semaphoreAvatar von samccone

    samccone/promise-semaphore

    28Auf GitHub ansehen↗

    promise semaphore

    JavaScript
    Auf GitHub ansehen↗28
  • sindresorhus/delayAvatar von sindresorhus

    sindresorhus/delay

    626Auf GitHub ansehen↗

    Delay a promise a specified amount of time

    JavaScript
    Auf GitHub ansehen↗626

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • sindresorhus/hard-rejectionAvatar von sindresorhus

    sindresorhus/hard-rejection

    107Auf GitHub ansehen↗

    Promises fail silently if you don't attach a .catch() handler.

    JavaScript
    Auf GitHub ansehen↗107
  • sindresorhus/loud-rejectionAvatar von sindresorhus

    sindresorhus/loud-rejection

    282Auf GitHub ansehen↗

    By default, promises fail silently if you don't attach a .catch() handler to them.

    JavaScript
    Auf GitHub ansehen↗282
  • sindresorhus/make-synchronousAvatar von sindresorhus

    sindresorhus/make-synchronous

    328Auf GitHub ansehen↗

    Make an asynchronous function synchronous

    JavaScript
    Auf GitHub ansehen↗328
  • sindresorhus/p-allAvatar von sindresorhus

    sindresorhus/p-all

    346Auf GitHub ansehen↗

    Run promise-returning & async functions concurrently with optional limited concurrency

    TypeScript
    Auf GitHub ansehen↗346
  • 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-breakAvatar von sindresorhus

    sindresorhus/p-break

    24Auf GitHub ansehen↗

    Break out of a promise chain

    JavaScript
    Auf GitHub ansehen↗24
  • sindresorhus/p-cancelableAvatar von sindresorhus

    sindresorhus/p-cancelable

    450Auf GitHub ansehen↗

    Create a promise that can be canceled

    JavaScript
    Auf GitHub ansehen↗450
  • sindresorhus/p-catch-ifAvatar von sindresorhus

    sindresorhus/p-catch-if

    40Auf GitHub ansehen↗

    Conditional promise catch handler

    JavaScript
    Auf GitHub ansehen↗40
  • sindresorhus/p-debounceAvatar von sindresorhus

    sindresorhus/p-debounce

    236Auf GitHub ansehen↗

    Debounce promise-returning & async functions

    JavaScript
    Auf GitHub ansehen↗236
  • sindresorhus/p-deferAvatar von sindresorhus

    sindresorhus/p-defer

    85Auf GitHub ansehen↗

    Create a deferred promise

    JavaScript
    Auf GitHub ansehen↗85
  • sindresorhus/p-each-seriesAvatar von sindresorhus

    sindresorhus/p-each-series

    53Auf GitHub ansehen↗

    Iterate over promises serially

    JavaScript
    Auf GitHub ansehen↗53
  • sindresorhus/p-eventAvatar von sindresorhus

    sindresorhus/p-event

    450Auf GitHub ansehen↗

    Promisify an event by waiting for it to be emitted

    JavaScript
    Auf GitHub ansehen↗450
  • sindresorhus/p-filterAvatar von sindresorhus

    sindresorhus/p-filter

    83Auf GitHub ansehen↗

    Filter promises concurrently

    JavaScript
    Auf GitHub ansehen↗83
  • sindresorhus/p-finallyAvatar von sindresorhus

    sindresorhus/p-finally

    47Auf GitHub ansehen↗

    Deprecated as it's now available in all modern browsers and Node.js versions.

    JavaScript
    Auf GitHub ansehen↗47
  • sindresorhus/p-ifAvatar von sindresorhus

    sindresorhus/p-if

    64Auf GitHub ansehen↗

    Conditional promise chains

    TypeScript
    Auf GitHub ansehen↗64
  • sindresorhus/p-is-promiseAvatar von sindresorhus

    sindresorhus/p-is-promise

    45Auf GitHub ansehen↗

    Check if something is a promise

    JavaScript
    Auf GitHub ansehen↗45
  • sindresorhus/p-lazyAvatar von sindresorhus

    sindresorhus/p-lazy

    284Auf GitHub ansehen↗

    Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called

    JavaScript
    Auf GitHub ansehen↗284
  • sindresorhus/p-limitAvatar von sindresorhus

    sindresorhus/p-limit

    2,887Auf GitHub ansehen↗

    Run multiple promise-returning & async functions with limited concurrency

    JavaScript
    Auf GitHub ansehen↗2,887
  • sindresorhus/p-logAvatar von sindresorhus

    sindresorhus/p-log

    30Auf GitHub ansehen↗

    Log the value/error of a promise

    JavaScript
    Auf GitHub ansehen↗30
  • sindresorhus/p-mapAvatar von sindresorhus

    sindresorhus/p-map

    1,499Auf GitHub ansehen↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    Auf GitHub ansehen↗1,499
  • sindresorhus/p-map-seriesAvatar von sindresorhus

    sindresorhus/p-map-series

    51Auf GitHub ansehen↗

    Map over promises serially

    JavaScript
    Auf GitHub ansehen↗51
  • sindresorhus/p-memoizeAvatar von sindresorhus

    sindresorhus/p-memoize

    442Auf GitHub ansehen↗

    Memoize promise-returning & async functions

    TypeScript
    Auf GitHub ansehen↗442
  • sindresorhus/p-pipeAvatar von sindresorhus

    sindresorhus/p-pipe

    131Auf GitHub ansehen↗

    Compose promise-returning & async functions into a reusable pipeline

    TypeScript
    Auf GitHub ansehen↗131
  • sindresorhus/p-progressAvatar von sindresorhus

    sindresorhus/p-progress

    765Auf GitHub ansehen↗

    Create a promise that reports progress

    TypeScript
    Auf GitHub ansehen↗765