asynchronous function queue with adjustable concurrency
Call an array of asynchronous functions in series
Call an array of asynchronous functions in parallel
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
asynchronous function queue with adjustable concurrency
iterate asynchronously in series through an array
Chainable asynchronous flow control with sequential and parallel primitives and pipeline-style error handling
asynchronous before/error/after hooks for internal functionality
Make a synchronous function asynchronous by running it in a worker
Chainy action that iterates through each item in the array with an asynchronous or synchronous iterator
Chainy action that replaces each item in the array with the result of an asynchronous or synchronous iterator
NoDent - Asynchronous Javascript language extensions
NoDent - Asynchronous Javascript language extensions
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.