IntelliTect / EssentialCSharp

This project contains the source code for the book Essential C# by Mark Michaelis (Addison-Wesley).
https://essentialcsharp.com/
MIT License
387 stars 159 forks source link

Consider updating 21.05 so that Parallel.ForEachAsync() task is just returned #751

Open MarkMichaelis opened 7 months ago

MarkMichaelis commented 7 months ago

Instead of just wrapping with another Task.Run which may be unecessary