Parallel Tasks in .NET 3.0
Posted
on Code Project
See other posts from Code Project
Published on Thu, 06 May 2010 14:19:00 GMT
Indexed on
2010/05/06
14:19 UTC
Read the original article
Hit count: 126
Filed under:
Provide a mechanism to execute a list of tasks in parallel on multiple threads and communicate back to the calling thread useful state such as exceptions, timeouts and successful task completion.
© Code Project or respective owner