jmar777 / suspend

Callback-free control flow for Node using ES6 generators.
547 stars 22 forks source link

Added ability to yield / wait for subgenerators #20

Closed ddsol closed 7 years ago

ddsol commented 10 years ago

Although you can do this with yield, adding these changes makes it 'just work' even when you forget the * on yield.