awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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.

سجل النجوم

مخطط تاريخ النجوم لـ cujojs/whenمخطط تاريخ النجوم لـ cujojs/when

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ When

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع When.
  • petkaantonov/bluebirdالصورة الرمزية لـ petkaantonov

    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/qالصورة الرمزية لـ kriskowal

    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/stepالصورة الرمزية لـ creationix

    creationix/step

    2,194عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗2,194
  • bevacqua/contraالصورة الرمزية لـ bevacqua

    bevacqua/contra

    778عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗778
عرض جميع البدائل الـ 30 لـ When→

الأسئلة الشائعة

ما هي وظيفة 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.