Can I use the task parallel library in a .Net 3.5 project?
Posted
by Mathias
on Stack Overflow
See other posts from Stack Overflow
or by Mathias
Published on 2010-06-07T06:21:23Z
Indexed on
2010/06/07
6:32 UTC
Read the original article
Hit count: 340
I heard that the Task Parallel Library can be used in a .Net 3.5 project. Is this correct, and if yes, how do I use it? In .Net 4.0, it resides in System.Threading, but when I select .Net 3.5 as the target in Visual Studio 2010, I don't get access to classes like Parallel and the Parallel loops.
© Stack Overflow or respective owner