关于[IAsyncEnumerable Is Your Friend, Even In .NET Core 2.x - RandomDev]的摘要:
My favorite new feature in C# 8 has got to be Asynchronous Streams, a.k.a. Asynchronous Enumerables. However, I think there may some confusion as to what they do, when to use them, and even if they can be used in a particular project. This post will hopefully clarify some of these points.
原文地址: https://btburnett.com/csharp/2019/12/01/iasyncenumerable-is-your-friend.html