Merge pull request #147 from watson/patch-1

Add after-all-results to Control flow section
This commit is contained in:
Sindre Sorhus
2014-09-15 15:53:31 +02:00

View File

@@ -222,6 +222,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- Callbacks
- [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach.
- [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronousity.
- [after-all-results](https://github.com/watson/after-all-results) - Bundle results of async functions calls into one callback with all the results.
- Generators
- [co](https://github.com/visionmedia/co) - The ultimate generator based flow-control goodness.
- Promises