apr-seq
Version of the compose function that is more natural to read. Each function consumes the return value of the previous function. It is the equivalent of compose with the arguments reversed.
Version of the compose function that is more natural to read. Each function consumes the return value of the previous function. It is the equivalent of compose with the arguments reversed.
Run the functions in the tasks in series, each one running once the previous function has completed.
Sorts a list by the results of running each coll value through an async iteratee.
Creates a continuation function with some arguments already applied.
Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.
Transform a callback-based function into a promise-based one.
Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())).
Applies iteratee to each item in coll, concatenating the results. Returns the concatenated list.
An async control-flow library
Consecutively iterate generator functions
Fantasy Land compatible types for easy integration with functional javascript libraries like ramda. This library benifits by having no dependencies
Reliable handling of perpetually pending promises
Control flow library, similar to `async.waterfall` but prettier and faster.
Promise-based task management with abortion
Paratask is a tool that will execute your Back-end JavaScript code in parallel using the full potential of multi-process programming. In contrast to asynchronous task management, Paratask will create a child Node/io.js process.
Paratask is a tool that will execute your Back-end JavaScript code in parallel using the full potential of multi-process programming. In contrast to asynchronous task management, Paratask will create a child Node/io.js process.
Give instructions with promise chain
Asynchronous Control Flow library for Node
Promise-based execution with halting
Using promise with flavor. Control flow utilities for promise