Is a recursive async function better or faster than a function that uses await?

后端 未结 0 1151
陌清茗
陌清茗 2020-12-12 04:02

In TypeScript I wrote a function that returns all directories or files of a given path. I started using a recursive async approach and this works absolutely fine.

At

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