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
samccone avatar

samccone/promise-semaphore

0
View on GitHub↗
28 stars·7 forks·JavaScript·9 views

Promise Semaphore

promise semaphore

Features

  • Promise Utilities - Serializes work execution using a semaphore pattern.

Star history

Star history chart for samccone/promise-semaphoreStar history chart for samccone/promise-semaphore

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Promise Semaphore

These projects share indexed features with Promise Semaphore. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • busterc/promise-do-untilbusterc avatar

    busterc/promise-do-until

    1View on GitHub↗

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

    JavaScript
    View on GitHub↗1
  • 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
Compare all 30 related projects→

Frequently asked questions

What does samccone/promise-semaphore do?

promise semaphore

What are the main features of samccone/promise-semaphore?

The main features of samccone/promise-semaphore are: Promise Utilities.

Which projects share features with samccone/promise-semaphore?

Projects with overlapping indexed features include: busterc/promise-do-until — :loop: Calls a function repeatedly until a condition returns true and then resolves the promise. 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. sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/hard-rejection — Promises fail silently if you don't attach a .catch() handler.