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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 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 de wbinnssmith

    wbinnssmith/promise-method

    2Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗2
  • kevinoid/promise-nodeifyAvatar de kevinoid

    kevinoid/promise-nodeify

    2Ver en GitHub↗

    promise-nodeify

    JavaScript
    Ver en GitHub↗2
  • busterc/promise-do-whilstAvatar de busterc

    busterc/promise-do-whilst

    3Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗3
  • mozilla/task.jsAvatar de mozilla

    mozilla/task.js

    1,629Ver en GitHub↗

    Beautiful concurrency for JavaScript

    JavaScript
    Ver en GitHub↗1,629
  • samccone/promise-semaphoreAvatar de samccone

    samccone/promise-semaphore

    28Ver en GitHub↗

    promise semaphore

    JavaScript
    Ver en GitHub↗28
  • sindresorhus/delayAvatar de sindresorhus

    sindresorhus/delay

    626Ver en GitHub↗

    Delay a promise a specified amount of time

    JavaScript
    Ver en GitHub↗626
  • sindresorhus/hard-rejectionAvatar de sindresorhus

    sindresorhus/hard-rejection

    107Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗107
  • sindresorhus/loud-rejectionAvatar de sindresorhus

    sindresorhus/loud-rejection

    282Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗282
  • sindresorhus/make-synchronousAvatar de sindresorhus

    sindresorhus/make-synchronous

    328Ver en GitHub↗

    Make an asynchronous function synchronous

    JavaScript
    Ver en GitHub↗328
  • sindresorhus/p-allAvatar de sindresorhus

    sindresorhus/p-all

    346Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗346
  • sindresorhus/p-anyAvatar de sindresorhus

    sindresorhus/p-any

    57Ver en GitHub↗

    Wait for any promise to be fulfilled

    JavaScript
    Ver en GitHub↗57
  • sindresorhus/p-breakAvatar de sindresorhus

    sindresorhus/p-break

    24Ver en GitHub↗

    Break out of a promise chain

    JavaScript
    Ver en GitHub↗24
  • sindresorhus/p-cancelableAvatar de sindresorhus

    sindresorhus/p-cancelable

    450Ver en GitHub↗

    Create a promise that can be canceled

    JavaScript
    Ver en GitHub↗450
  • sindresorhus/p-catch-ifAvatar de sindresorhus

    sindresorhus/p-catch-if

    40Ver en GitHub↗

    Conditional promise catch handler

    JavaScript
    Ver en GitHub↗40
  • sindresorhus/p-debounceAvatar de sindresorhus

    sindresorhus/p-debounce

    236Ver en GitHub↗

    Debounce promise-returning & async functions

    JavaScript
    Ver en GitHub↗236
  • sindresorhus/p-deferAvatar de sindresorhus

    sindresorhus/p-defer

    85Ver en GitHub↗

    Create a deferred promise

    JavaScript
    Ver en GitHub↗85
  • sindresorhus/p-each-seriesAvatar de sindresorhus

    sindresorhus/p-each-series

    53Ver en GitHub↗

    Iterate over promises serially

    JavaScript
    Ver en GitHub↗53
  • sindresorhus/p-eventAvatar de sindresorhus

    sindresorhus/p-event

    450Ver en GitHub↗

    Promisify an event by waiting for it to be emitted

    JavaScript
    Ver en GitHub↗450
  • sindresorhus/p-filterAvatar de sindresorhus

    sindresorhus/p-filter

    83Ver en GitHub↗

    Filter promises concurrently

    JavaScript
    Ver en GitHub↗83
  • sindresorhus/p-finallyAvatar de sindresorhus

    sindresorhus/p-finally

    47Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗47
  • sindresorhus/p-ifAvatar de sindresorhus

    sindresorhus/p-if

    64Ver en GitHub↗

    Conditional promise chains

    TypeScript
    Ver en GitHub↗64
  • sindresorhus/p-is-promiseAvatar de sindresorhus

    sindresorhus/p-is-promise

    45Ver en GitHub↗

    Check if something is a promise

    JavaScript
    Ver en GitHub↗45
  • sindresorhus/p-lazyAvatar de sindresorhus

    sindresorhus/p-lazy

    284Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗284
  • sindresorhus/p-limitAvatar de sindresorhus

    sindresorhus/p-limit

    2,887Ver en GitHub↗

    Run multiple promise-returning & async functions with limited concurrency

    JavaScript
    Ver en GitHub↗2,887
  • sindresorhus/p-logAvatar de sindresorhus

    sindresorhus/p-log

    30Ver en GitHub↗

    Log the value/error of a promise

    JavaScript
    Ver en GitHub↗30
  • sindresorhus/p-mapAvatar de sindresorhus

    sindresorhus/p-map

    1,499Ver en GitHub↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    Ver en GitHub↗1,499
  • sindresorhus/p-map-seriesAvatar de sindresorhus

    sindresorhus/p-map-series

    51Ver en GitHub↗

    Map over promises serially

    JavaScript
    Ver en GitHub↗51
  • sindresorhus/p-memoizeAvatar de sindresorhus

    sindresorhus/p-memoize

    442Ver en GitHub↗

    Memoize promise-returning & async functions

    TypeScript
    Ver en GitHub↗442
  • sindresorhus/p-pipeAvatar de sindresorhus

    sindresorhus/p-pipe

    131Ver en GitHub↗

    Compose promise-returning & async functions into a reusable pipeline

    TypeScript
    Ver en GitHub↗131
  • sindresorhus/p-progressAvatar de sindresorhus

    sindresorhus/p-progress

    765Ver en GitHub↗

    Create a promise that reports progress

    TypeScript
    Ver en GitHub↗765

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search