How can we help you today? How can we help you today?
printplus
Profiling application with async methods causes crash
I have following simple .NET 4.5 application to test async handling with Performance Profiler 9:class Program { static void Main(string[] args) { Worker w = new Worker(); ...
2 followers 3 comments 0 votes