diff --git a/readme.md b/readme.md index 6f2d5da..f194f3f 100644 --- a/readme.md +++ b/readme.md @@ -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