April 2009 - Posts
A number of improvements have been made to Parallel Extensions since the Visual Studio 2010 CTP across the Task Parallel Library (TPL), Parallel LINQ (PLINQ), and our coordination data structures. You can find the latest on TPL ( 1 2 3 ) and the data
Read More...
Related posts: What’s new in Beta 1 for the Task Parallel Library? (Part 1/3) What’s new in Beta 1 for the Task Parallel Library? (Part 2/3) So what else is new in TPL for Beta 1 (finally)? In the last post, we mentioned that TaskFactory offers more static
Read More...
Related Posts: What’s new in Beta 1 for the Task Parallel Library? (Part 1/3) What's new in Beta 1 for the Task Parallel Library? (Part 3/3) Last week we talked about changes under the covers, redesigns in System.Threading.Parallel, and using CancellationTokens.
Read More...
In an effort to release simple, streamlined APIs, we spend a lot of time poring over every aspect of our types. One of the types that we know is getting used a lot both internally and externally is LazyInit<T>. One of LazyInit<T>’s constructors
Read More...