814 Views
One of the awesome features introduced in .NET Core 3.0 and C# 8.0 are async streams. The feature consists of two parts - async disposable, for async clean up, as well as async enumerable, for async iteration. Normally, the C# language features are backwards compatible and can be used regardless of the runtime framework being targeted.
0 comments