DEV Community

Discussion on: How YOU can make your .NET programs more responsive with async/await in .NET Core, C# and VS Code

Collapse
 
tyrrrz profile image
Oleksii Holub

The point here was that using await with Task.FromResult is unnecessary and counterproductive.

Thread Thread
 
softchris profile image
Chris Noring

That I agree with.. I was showcasing async/await .. I will update the text to talk about the difference of Task.Run and Task.FromResult