Does node.js support yield?

后端 未结 10 909
误落风尘
误落风尘 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条回答
  •  Happy的楠姐
    2021-01-31 02:52

    The issue proposing generatiors in v8 has recently been accepted by v8 project member.
    Please vote there to make yield come true.

提交回复
热议问题