Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • With the advent of TPL (.NET 4 onwards) Commented Nov 15, 2015 at 23:15
  • The SafeThread class is a great idea! Quick query: With the advent of TPL (.NET 4 onwards) and thus the Task construct, I believe in most situations Task is the way to go rather than creating Threads - what do you think? Commented Nov 15, 2015 at 23:26
  • @dotnetguy: I don't know, I've not used .NET in a while; perhaps this will help stackoverflow.com/questions/4130194/… Commented Nov 16, 2015 at 18:05