0
kicks
Samples for Parallel Programming with the .NET Framework
The .NET Framework 4 comes with several new features for writing parallel and concurrent applications, including Parallel LINQ (PLINQ), the Task Parallel Library (TPL), new thread-safe collections, and plenty of new coordination and synchronization data structures. This sample includes example applications and library functionality that demonstrate this support.