traversal-map
Iterate through a nested object or array invoking a callback function. Having the key, value and path of the current iteration available
Iterate through a nested object or array invoking a callback function. Having the key, value and path of the current iteration available
Waterfally do similar as async.waterfall (sequential flow control) with support of promises
Flow control? Why not zoidberg?
easily sync your async functions using bluebird's promisification
Fork of Q which allows easy sharing of data between promises as long as they are part of the same promise chain or any of its subchains
Promises/A+ implementation
Set of methods allowing simplify work with promises in cycle such as: forEach, map, find, filter, reduce, while, transform. Besides there are methods for comfortable work with promises or asynchronous operations - all, retry, timeout.
Sequential es2015 (es6) promise executor
javascript async library
Runs Promises in a pool that limits their maximum concurrency.
Autoflow (formerly named react) is a javascript module implementing a control-flow / flow control engine to make it easier to work with asynchronous code, by reducing boilerplate code and improving error and exception handling while allowing variable and
Yet another simple Promises/A+ compliant async flow control using ES6 generators.
a javascript flow-control || step-wise execution system with between-step delays and in-execution step-manipulation and errorHandling
Full featured Promises/A+ implementation with exceptionally good performance
A library for making Promises more friendly, fluent, and fun(ctional).
A central object for event listening and emitting with advanced execution controls
A deadly simple flow control package for node.js
Frame is a flow based programming library for databases, APIs, utilities, objects, schemas and more!
Repackaged version of bluebird Promises/A+ implementation for mobile
A set of React components that conditionally renders its child components.