Async Streams related documents

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/async-streams

https://docs.microsoft.com/en-us/archive/msdn-magazine/2019/november/csharp-iterating-with-async-enumerables-in-csharp-8

https://dotnetcoretutorials.com/2019/01/09/iasyncenumerable-in-c-8/

https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/

https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/generate-consume-asynchronous-stream

http://tooslowexception.com/implementing-custom-ivaluetasksource-async-without-allocations/

Guess you like

Origin www.cnblogs.com/yinyue200/p/12678596.html