async waterfallmethod as module.
Runs a list of async tasks, passing the results of each into the next one
promise-waterfall extends promise utilities with sequential flow control like async.waterfall
Waterfally do similar as async.waterfall (sequential flow control) with support of promises
a highly opinionated wrapper for async.waterfall
Control flow library, similar to `async.waterfall` but prettier and faster.
Tap for async.waterfall
"Same as async.waterfall but with ability to pass array of tasks and one common function (wrapper) for execution"
event interceptors - like middleware for EventEmitter
Module which enables more readable syntax for combining async.parallel and async.waterfall, for writing tasks pipelines.
Starting from version 0.4.0 safejs implements almost all functions of [Async](https://github.com/caolan/async) and can transparently replace it. For asyncjs functions library adds its error trap capabilities and also contain some optimizations and speed i
call your callbacks in a waterfall, at speed
'conditional if to async control flow'
Sometimes you have a function, that you're planning to use within something like `async.waterfall` but it's wrote to be synchronous and returns a value instead of using a callback. This function will accept that function, along with a context and return an asynchronous version of that function
func-comparator is intended functions speed comparison
automark2html
SIP2 communication for Node.js
navigate a tree of async functions
Efficient, fast, asynchronous, in-memory unzip module for Node.js.
Coming soon.
Control callback flow through a finite state machine with functions that do just one thing each.
This module will provide a solution for auto migration for migrations and seeders file.
A simple module that provides utility for implements sequence of operations via promises, utility functions , managment errors, debugging, testing purposes
A utility for use in conjunction with async.