Aug 27 2009
.NET 4.0 Work Stealing Queue, Parallel and PLINQ
Tweet In my previous post, we have seen basis of Task Parallel Library, where I have mentioned new task scheduler in .NET 4.0 thread pool. In this post I brief about it along with “Task” class. Before this, let us see how to make LINQ as parallel using PLINQ. PLINQ PLINQ has implementation of all LINQ to [...]