Asynchronous Code in Node
历史上,Node开发者只能用回调和事件emitters。
现在可以使用一些异步的语法:
- async module
- Promises
- Async/await funcitons
Practical Node.js (2018版) 14章, async code in Node
历史上,Node开发者只能用回调和事件emitters。
现在可以使用一些异步的语法:
Practical Node.js (2018版) 14章, async code in Node