231 Views
This is a continuation on the series Parallel Programming in .NET . The Task class allows for explicitly creating tasks designed for parallel execution. This initial article explains how tasks are instantiated and run.
1 comments
dpeterson
9/26/2011 8:51:30 AM
That's a much more compact approach to spinning code off onto another thread than what I'm sure most people are used to. Much simpler.