267 Views
In this second part of my series on IAsyncEnumerable (part 1 is here), I want to consider what happens when we want to make asynchronous calls within a LINQ pipeline. This is actually something that's very difficult to achieve with an IEnumerable but much more straightforward with IAsyncEnumerable .
0 comments