Click here to Skip to main content
15,896,606 members
Articles / Desktop Programming / WPF

ParallelWork: Feature rich multithreaded fluent task execution library for WPF

13 Mar 2010CPOL8 min read 49.3K   335   65  
ParallelWork is an open source free helper class that lets you run multiple work in parallel threads, get success, failure and progress update on the WPF UI thread, wait for work to complete, abort all work (in case of shutdown), queue work to run after certain time, chain parallel work one after an
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the WPF Table of Contents to view the list of available articles in this section.