#include <threadpool.h>
Inheritance diagram for PQueuedThreadPool< Work_T >:
Public Member Functions | |
PQueuedThreadPool (unsigned maxWorkers=10, unsigned maxWorkUnits=0) | |
virtual PThreadPoolBase::WorkerThreadBase * | CreateWorkerThread () |
Classes | |
class | QueuedWorkerThread |
PQueuedThreadPool< Work_T >::PQueuedThreadPool | ( | unsigned | maxWorkers = 10 , |
|
unsigned | maxWorkUnits = 0 | |||
) | [inline] |
virtual PThreadPoolBase::WorkerThreadBase* PQueuedThreadPool< Work_T >::CreateWorkerThread | ( | ) | [inline, virtual] |
Implements PThreadPoolBase.