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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
busterc avatar

busterc/promise-do-until

0
View on GitHub↗
1 star·0 forks·JavaScript·ISC·11 views

Promise Do Until

:loop: Calls a function repeatedly until a condition returns true and then resolves the promise

Features

  • Promise Utilities - Repeats promise execution until a condition is met.

Star history

Star history chart for busterc/promise-do-untilStar history chart for busterc/promise-do-until

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 Promise Do Until

Similar open-source projects, ranked by how many features they share with Promise Do Until.
  • kevinoid/promise-nodeifykevinoid avatar

    kevinoid/promise-nodeify

    2View on GitHub↗

    promise-nodeify

    JavaScript
    View on GitHub↗2
  • busterc/promise-do-whilstbusterc avatar

    busterc/promise-do-whilst

    3View on GitHub↗

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

    JavaScript
    View on GitHub↗3
  • mozilla/task.jsmozilla avatar

    mozilla/task.js

    1,629View on GitHub↗

    Beautiful concurrency for JavaScript

    JavaScript
    View on GitHub↗1,629
  • samccone/promise-semaphoresamccone avatar

    samccone/promise-semaphore

    28View on GitHub↗

    promise semaphore

    JavaScript
    View on GitHub↗28
See all 30 alternatives to Promise Do Until→

Frequently asked questions

What does busterc/promise-do-until do?

:loop: Calls a function repeatedly until a condition returns true and then resolves the promise

What are the main features of busterc/promise-do-until?

The main features of busterc/promise-do-until are: Promise Utilities.

What are some open-source alternatives to busterc/promise-do-until?

Open-source alternatives to busterc/promise-do-until include: kevinoid/promise-nodeify — promise-nodeify. busterc/promise-do-whilst — See Also - promise-whilst - promise-until - promise-do-until. mozilla/task.js — Beautiful concurrency for JavaScript. samccone/promise-semaphore — promise semaphore. sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/hard-rejection — Promises fail silently if you don't attach a .catch() handler.