Task.Run() in .net framework
Hi, I'm maintaining an older legacy .net Framework application in which I have a void start() method (that must be void, however now this is intertwined with async await)
as far as i understand async () => await is slower but i don't quite grasp the difference.
as far as i understand async () => await is slower but i don't quite grasp the difference.