Multithreading improvements 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/25
11:53 UTC
Read the original article
Hit count: 590
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?
UPD: Just to make it clear, I'm not looking for a single way of running parallel tasks in .NET 4, I want to find out which are the new ones added, and if possible what situation would each of them be best suited for..
© Stack Overflow or respective owner