awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesAsynchronous Control Flow

Utilities for managing complex asynchronous operations.

Explore 8 awesome GitHub repositories matching part of an awesome list · Asynchronous Control Flow. Refine with filters or upvote what's useful.

Awesome Asynchronous Control Flow GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • caolan/asyncAvatar von caolan

    caolan/async

    28,150Auf GitHub ansehen↗

    Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil

    Asynchronous utility library for Node and browsers.

    JavaScript
    Auf GitHub ansehen↗28,150
  • petkaantonov/bluebirdAvatar von petkaantonov

    petkaantonov/bluebird

    20,515Auf GitHub ansehen↗

    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

    High-performance, feature-rich promise library.

    JavaScript
    Auf GitHub ansehen↗20,515
  • kriskowal/qAvatar von kriskowal

    kriskowal/q

    15,030Auf GitHub ansehen↗

    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

    Implementation of asynchronous promises.

    JavaScript
    Auf GitHub ansehen↗15,030
  • cujojs/whenAvatar von cujojs

    cujojs/when

    3,428Auf GitHub ansehen↗

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

    Reliable Promises/A+ implementation.

    JavaScript
    Auf GitHub ansehen↗3,428
  • creationix/stepAvatar von creationix

    creationix/step

    2,194Auf GitHub ansehen↗

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

    Simplifies asynchronous control flow logic.

    JavaScript
    Auf GitHub ansehen↗2,194
  • bevacqua/contraAvatar von bevacqua

    bevacqua/contra

    778Auf GitHub ansehen↗

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

    Functional-style asynchronous flow control.

    JavaScript
    Auf GitHub ansehen↗778
  • marcoonroad/sporadicAvatar von marcoonroad

    marcoonroad/sporadic

    18Auf GitHub ansehen↗

    Composable Concurrency Abstractions for JavaScript. :railwaytrack: :rhinoceros: :train: :verticaltraffic_light:

    Concurrency abstractions like streams and channels.

    JavaScript
    Auf GitHub ansehen↗18
  • gartz/objecteventtargetAvatar von gartz

    gartz/ObjectEventTarget

    13Auf GitHub ansehen↗

    A same behaviour EventTarget prototype, that can work with any object from JavaScript

    Adds event listener prototypes to objects.

    JavaScript
    Auf GitHub ansehen↗13
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Asynchronous Control Flow