Helper classes for threading operations.
The ThreadManager manages multiple
ThreadWorker instances, including reporting
on their collective progress and providing an orderly abort
capability for user-initiated aborts.
Classes
| Class | Description | |
|---|---|---|
| ThreadManager |
Manages a collection of background threads based on
the ThreadWorker class.
| |
| ThreadWorker |
Base (abstract) class for worker threads.
|
Delegates
| Delegate | Description | |
|---|---|---|
| ThreadManager CompletedNotifier |
Delegate signature for the callback routine to update UI
upon completion of all thread work.
|