From 6cce1f60348d49d09cf7abf862545f271276a480 Mon Sep 17 00:00:00 2001 From: Xavier Garcia Buils Date: Mon, 4 Jul 2016 21:18:20 +0200 Subject: [PATCH] Add iterum Hi! [iterum](https://github.com/xgbuils/iterum) has useful methods to build generators based on other generators and it takes advantage of the lazy properties of these. Thanks. Closes #543 --- readme.md | 1 + 1 file changed, 1 insertion(+) 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