Async control flow patterns using promises based on https://github.com/caolan/async
It needs an ES6 environment to work (Promises, Block-scoped binding constructs, etc) like modern browsers and node 4.
Example:
var asyncP = ; var args = ;return asyncP;
Roadmap
- Collections
- each
- eachSeries
- map
- mapSeries
- filter
- filterSeries
- reduce
- reduceRight
- some
- every
- Control Flow
- series
- parallel
- waterfall
- retry
- times
- timesSeries