Is there any way to get generators into node.js?
I\'m currently faking them with callbacks, but I have to remember to check the response of the callback inside of my gen
We are using gnode for generators in node < 0.11.3 - https://github.com/TooTallNate/gnode
gnode