asyncEnumerable.ParallelForEachAsync() natively in C# 8
tsofronis opened this issue · 0 comments
tsofronis commented
Hi,
In your README.md you guys give an example on how to go from asyncEnumerable.ForEachAsync() to native C#8. I was wondering if is possible to get the behavior of ParallelForEachAsync() natively in C#8 as well.
Thank you