How to enumerate an IAsyncEnumerable and invoke an async action for each element, allowing concurrency for each iteration/action pair?

后端 未结 0 1099
遇见更好的自我
遇见更好的自我 2021-02-14 11:10

I have an IAsyncEnumerable stream that contains data downloaded from the web, and I want to save asynchronously each piece of data in a SQL database.

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