Page 5

IAsyncEnumerable<T> - An Introduction

An introduction to IAsyncEnumerable<T> in C#, covering the problem it solves, how to produce and consume async sequences, and C# 8.0 support.…