mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 04:18:13 -08:00
Merge pull request #147 from watson/patch-1
Add after-all-results to Control flow section
This commit is contained in:
@@ -222,6 +222,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||||||
- Callbacks
|
- Callbacks
|
||||||
- [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach.
|
- [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.
|
- [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
|
- Generators
|
||||||
- [co](https://github.com/visionmedia/co) - The ultimate generator based flow-control goodness.
|
- [co](https://github.com/visionmedia/co) - The ultimate generator based flow-control goodness.
|
||||||
- Promises
|
- Promises
|
||||||
|
|||||||
Reference in New Issue
Block a user