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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cujojs avatar

cujojs/when

0
View on GitHub↗
3,428 stele·387 fork-uri·JavaScript·10 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru cujojs/whenGraficul istoricului de stele pentru cujojs/when

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru When

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu When.
  • petkaantonov/bluebirdAvatar petkaantonov

    petkaantonov/bluebird

    20,515Vezi pe 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
    Vezi pe GitHub↗20,515
  • kriskowal/qAvatar kriskowal

    kriskowal/q

    15,030Vezi pe 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
    Vezi pe GitHub↗15,030
  • creationix/stepAvatar creationix

    creationix/step

    2,194Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗2,194
  • bevacqua/contraAvatar bevacqua

    bevacqua/contra

    778Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗778
Vezi toate cele 30 alternative pentru When→

Întrebări frecvente

Ce face cujojs/when?

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

Care sunt principalele funcționalități ale cujojs/when?

Principalele funcționalități ale cujojs/when sunt: Asynchronous Control Flow, Control Flow Utilities, Promise Implementations.

Care sunt câteva alternative open-source pentru cujojs/when?

Alternativele open-source pentru cujojs/when includ: 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.