Multithreading in .NET 4

Posted by Artiom Chilaru on Stack Overflow See other posts from Stack Overflow or by Artiom Chilaru
Published on 2010-04-24T13:20:58Z Indexed on 2010/04/24 13:23 UTC
Read the original article Hit count: 336

Filed under:
|

I have heard that the .NET 4 team has added new classes in the framework that make working with threads better and easier.

Basically the question is what are the new ways to run multithreaded tasks added in .NET 4 and what are they designed to be used for?

© Stack Overflow or respective owner

Related posts about .net-4

Related posts about multithreading