![]() |
|||
|
This is an old version of the currently published article.
This article is still being written and is not currently available for general viewing. Please go to the Threads, Processes & IPC Table of Contents to view the list of available articles in this section. |
About Article
.NET 4 brings a powerful Task library to support a piece of code to run in parallel processors. What it does just simply spawns threads into multiple processes using the newly written task libraries (System.Threading.Tasks) in mscorlib 4.0. Task libraries contain methods like For, ForEach and Invok
|
|||||||||||||||