Welcome to MSDN Blogs Sign in | Join | Help

News

  • These postings are provided "AS IS" with no warranties and confer no rights. All code and tools presented are done so under the Microsoft Public License.

July 2008 - Posts

Custom Loop with Arbitrary Initialization, Condition, and Update
The Parallel.For loop construct provided by Parallel Extensions is focused on providing a parallel alternative to the common sequential pattern of a for loop that iterates over a range of numbers.  However, the for loop construct in a language like Read More...
Useful Abstractions Enabled with ContinueWith
In the June 2008 CTP of Parallel Extensions to the .NET Framework , we introduced the ContinueWith method on both Task and Future<T>. ContinueWith is, in effect, a callback, very much like events in .NET. With events, a causal action results in Read More...
Page view tracker