How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
A solid, fast Promises/A+ and when() implementation, plus other async goodies.
An async control-flow library that makes stepping through logic easy.
A same behaviour EventTarget prototype, that can work with any object from JavaScript
:surfer: Asynchronous flow control with a functional taste to it
The main features of bevacqua/contra are: Asynchronous Control Flow, Control Flow Utilities.
Open-source alternatives to bevacqua/contra include: caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous… kriskowal/q — q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It… creationix/step — An async control-flow library that makes stepping through logic easy. cujojs/when — A solid, fast Promises/A+ and when() implementation, plus other async goodies. gartz/objecteventtarget — A same behaviour EventTarget prototype, that can work with any object from JavaScript. marcoonroad/sporadic — Composable Concurrency Abstractions for JavaScript. :railway_track: :rhinoceros: :train: :vertical_traffic_light:.