-
Notifications
You must be signed in to change notification settings - Fork 88
小马哥 edited this page Nov 19, 2016
·
28 revisions
ES6 中引入了 Generator
,Generator
通过封装之后,可以作为协程来进行使用。
其中对 Generator
封装最为著名的当属 co
,但是 co
跟 ES2016 的 async/await 相比的话,还存在一些比较严重的缺陷。
hprose 中也引入了对 Generator
封装的协程支持,而且比 tj 的 co
要更加完善,后面我们会详细介绍它们之间的一些差别。
Hprose for Node.js 用户手册