Task.Run doesn't execute [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 9 days ago . My 64bit application uses Tasks a lot and now I appear to have a situation in which Task.Run isn't executed. The ThreadPool has 32768 threads AFAIK and I cannot imagine that all of these are used. What could prevent Task.Run from executing? And how can I diagnose the problem? UPDATE Before reading