8 Repos
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.
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.
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.
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.
A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Reliable Promises/A+ implementation.
An async control-flow library that makes stepping through logic easy.
Simplifies asynchronous control flow logic.
:surfer: Asynchronous flow control with a functional taste to it
Functional-style asynchronous flow control.
Composable Concurrency Abstractions for JavaScript. :railwaytrack: :rhinoceros: :train: :verticaltraffic_light:
Concurrency abstractions like streams and channels.
A same behaviour EventTarget prototype, that can work with any object from JavaScript
Adds event listener prototypes to objects.