:surfer: Asynchronous flow control with a functional taste to it
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
An async control-flow library that makes stepping through logic easy.
Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)
High-level streams library for Node.js and the browser
The main features of caolan/highland are: Control Flow Utilities.
Open-source alternatives to caolan/highland include: bevacqua/contra — :surfer: Asynchronous flow control with a functional taste to it. caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous… 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. feross/multistream — A stream that emits multiple other streams one after another (streams3). almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency).