Posts tagged with threading
Aug 20
2011
10
comments
ThreadPool vs. Tasks
Does the TPL really enable you to do anything you couldn't do with ThreadPool in .NET 2.0?
Dec 30
2009
Magellan Asynchronous Controllers
Using background threads to execute actions in Magellan.
Oct 2
2009
C#: Locking when calling external code
A little issue you should be aware of when writing thread-safe code.