mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 04:18:13 -08:00
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
This commit is contained in:
committed by
Sindre Sorhus
parent
3e2460ee38
commit
6cce1f6034
@@ -369,6 +369,7 @@
|
|||||||
- [co](https://github.com/tj/co) - The ultimate generator based flow-control goodness.
|
- [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.
|
- [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.
|
- [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
|
- Streams
|
||||||
- [Highland.js](http://highlandjs.org) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
|
- [Highland.js](http://highlandjs.org) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
|
||||||
- Channels
|
- Channels
|
||||||
|
|||||||
Reference in New Issue
Block a user