awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cujojs avatar

cujojs/when

0
View on GitHub↗
3,428 星标·387 分支·JavaScript·10 次浏览

When

A solid, fast Promises/A+ and when() implementation, plus other async goodies.

Features

  • Asynchronous Control Flow - Reliable Promises/A+ implementation.
  • Control Flow Utilities - Fast Promises/A+ implementation.
  • Promise Implementations - Feature-rich library focused on control flow and functional utilities.

Star 历史

cujojs/when 的 Star 历史图表cujojs/when 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

When 的开源替代方案

相似的开源项目,按与 When 的功能重合度排序。
  • petkaantonov/bluebirdpetkaantonov 的头像

    petkaantonov/bluebird

    20,515在 GitHub 上查看↗

    Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise implementation. It provides a framework for controlling promise lifecycles and orchestrating non-blocking programming patterns. The library distinguishes itself with an asynchronous debugging toolkit that captures long stack traces across asynchronous boundaries and a global handler for unhandled promise rejections. It includes a predicate-based error filtering system to target specific exception types and a mechanism for the deterministic cleanup of system resources. It covers a broa

    JavaScript
    在 GitHub 上查看↗20,515
  • kriskowal/qkriskowal 的头像

    kriskowal/q

    15,030在 GitHub 上查看↗

    q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It serves as a system for coordinating parallel tasks and sequencing asynchronous workflows through task chaining and error propagation. The library distinguishes itself with specialized debugging tools that capture long stack traces across asynchronous jumps and monitor unhandled rejections to prevent silent failures. It also functions as a remote object proxy, forwarding method calls to remote targets and routing responses back through promises. The project provides comprehensive

    JavaScript
    在 GitHub 上查看↗15,030
  • creationix/stepcreationix 的头像

    creationix/step

    2,194在 GitHub 上查看↗

    An async control-flow library that makes stepping through logic easy.

    JavaScript
    在 GitHub 上查看↗2,194
  • bevacqua/contrabevacqua 的头像

    bevacqua/contra

    778在 GitHub 上查看↗

    :surfer: Asynchronous flow control with a functional taste to it

    JavaScript
    在 GitHub 上查看↗778
查看 When 的所有 30 个替代方案→

常见问题解答

cujojs/when 是做什么的?

A solid, fast Promises/A+ and when() implementation, plus other async goodies.

cujojs/when 的主要功能有哪些?

cujojs/when 的主要功能包括:Asynchronous Control Flow, Control Flow Utilities, Promise Implementations。

cujojs/when 有哪些开源替代品?

cujojs/when 的开源替代品包括: kriskowal/q — q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It… petkaantonov/bluebird — Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise… gartz/objecteventtarget — A same behaviour EventTarget prototype, that can work with any object from JavaScript. caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous… bevacqua/contra — :surfer: Asynchronous flow control with a functional taste to it. creationix/step — An async control-flow library that makes stepping through logic easy.