Does node.js support yield?

后端 未结 10 672
误落风尘
误落风尘 2021-01-31 01:51

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

10条回答
  •  情歌与酒
    2021-01-31 02:51

    We are using gnode for generators in node < 0.11.3 - https://github.com/TooTallNate/gnode

提交回复
热议问题