| Interface | Description | 
|---|---|
| QueueDriver | "Driver" for a work queue of worker threads | 
| QueueWorker | Interface for all workers used in by the TaskQueue | 
| Class | Description | 
|---|---|
| TaskQueue | Generic threaded queue suitable for use wherever Taskomatic
 tasks need to process a number of work items in parallel. | 
| TaskQueueFactory | Provides an easy-to-use way to locate and use threaded
 work queues. | 
| TaskThreadFactory | ThreadFactory impl for Taskomatic |