Waiting for Parallel Tasks to Complete

added by BlackWasp
10/5/2011 8:57:50 AM

239 Views

The ninth part of the Parallel Programming in .NET tutorial considers that the parallel nature of tasks means that it is not possible to assume that tasks have completed. It describes how to synchronise tasks and capture their unhandled exceptions.


2 comments

dpeterson
10/5/2011 8:57:54 AM
I've really enjoyed this series so far, and I think I even asked about the AggregateException last time. Thanks for including it in this article and continuing the series. It's been informative.

BlackWasp
10/5/2011 2:02:38 PM
Thanks :)