Good stuff. This will come in handy if node.js 0.12 takes much longer.<p>Watching the use of generators in JavaScript and especially node.js is going to be very exciting over the coming years. We're excited at LinkedIn because we write a lot of node.js, and control flow is always being discussed: step, async, stepup, promises, and async generators look to solve a lot of that.<p>Also, checkout the AGen formal spec[1] for asynchronous generators. Raynos and I put it together recently to encourage interoperability between async generator solutions, and we're both using it in personal projects.[2]<p>[1] <a href="https://github.com/AsynchronousGenerators/agen-spec" rel="nofollow">https://github.com/AsynchronousGenerators/agen-spec</a><p>[2] <a href="https://github.com/Raynos/gens" rel="nofollow">https://github.com/Raynos/gens</a>