PTLib
Version 2.10.4
|
High Level (queued work item) thread pool. More...
#include <threadpool.h>
Classes | |
class | QueuedWorkerThread |
Public Member Functions | |
PQueuedThreadPool (unsigned maxWorkers=10, unsigned maxWorkUnits=0) | |
virtual PThreadPoolBase::WorkerThreadBase * | CreateWorkerThread () |
High Level (queued work item) thread pool.
PQueuedThreadPool< Work_T >::PQueuedThreadPool | ( | unsigned | maxWorkers = 10 , |
unsigned | maxWorkUnits = 0 |
||
) | [inline] |
virtual PThreadPoolBase::WorkerThreadBase* PQueuedThreadPool< Work_T >::CreateWorkerThread | ( | ) | [inline, virtual] |
Implements PThreadPoolBase.