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
·
mozilla avatar

mozilla/task.js

0
View on GitHub↗
1,629 stars·72 forks·JavaScript·5 viewstaskjs.org↗

Task.js

Beautiful concurrency for JavaScript

Features

  • Promise Utilities - Enables blocking-style async code using generators.

Star history

Star history chart for mozilla/task.jsStar history chart for mozilla/task.js

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 Task.js

Similar open-source projects, ranked by how many features they share with Task.js.
  • 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
  • samccone/promise-semaphoresamccone avatar

    samccone/promise-semaphore

    28View on GitHub↗

    promise semaphore

    JavaScript
    View on GitHub↗28
See all 30 alternatives to Task.js→

Frequently asked questions

What does mozilla/task.js do?

Beautiful concurrency for JavaScript

What are the main features of mozilla/task.js?

The main features of mozilla/task.js are: Promise Utilities.

What are some open-source alternatives to mozilla/task.js?

Open-source alternatives to mozilla/task.js 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. 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.