Practical example of nodejs 10 asynchronous iteration, e.g. what kind of problem will it solve better than stream?

前端 未结 0 1258
忘了有多久
忘了有多久 2021-01-31 12:24

I have a basic idea of asynchronous iteration and how it work compared to stream, e.g.

With stream I will code like this

const stream = fs.createReadStream         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题