diff --git a/readme.md b/readme.md index 8d797d5..aa9c416 100644 --- a/readme.md +++ b/readme.md @@ -369,6 +369,7 @@ - [co](https://github.com/tj/co) - The ultimate generator based flow-control goodness. - [suspend](https://github.com/jmar777/suspend) - Generator-based control flow that plays nice with callbacks, promises, and thunks. - [bluebird-co](https://github.com/novacrazy/bluebird-co) - A set of high performance yield handlers for Bluebird coroutines. + - [iterum](https://github.com/xgbuils/iterum) - Build generator pipelines using Array-like methods. - Streams - [Highland.js](http://highlandjs.org) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. - Channels