Async streams in C#

October 20th 2021 .NET DeveloperDays 2021 Warsaw, Poland

To refresh our memory, we will first explain the benefits of using async streams and examples of available APIs. We will continue by creating an async stream implementation ourselves and look at the potential reasons for doing so. We will conclude by comparing async streams to observables from Reactive extensions.

Copyright
Creative Commons License