IAsyncEnumerable with yield in C#

added by DotNetKicks
10/18/2021 4:07:06 PM

805 Views

The support for Async Streams was one of the most exciting features that came out with .NET Core 3.0 and C# 8. This is possible with the use of IAsyncEnumerable with the yield operator. In this article, we are going to explore how to take advantage of this new feature to improve our code.


0 comments