thangchung/clean-code-dotnet

Missing IAsyncEnumerable mention in Common Async Problems

EvgeniyZ opened this issue · 1 comments

I think it would be useful to add a mention about Async streams (IAsyncEnumerable) when a developer wants to tackle 'Handle streams of data' problem.

I'm preparing PR for it