#include <threadpool.h>
template<class Work_T>
PThreadPool< Work_T >::WorkerThread::WorkerThread |
( |
PThreadPool & |
pool, |
|
|
Priority |
priority = NormalPriority , |
|
|
const char * |
threadName = NULL |
|
) |
| |
|
inlineprotected |
template<class Work_T>
virtual void PThreadPool< Work_T >::WorkerThread::AddWork |
( |
Work_T * |
work | ) |
|
|
pure virtual |
template<class Work_T>
virtual void PThreadPool< Work_T >::WorkerThread::Main |
( |
| ) |
|
|
pure virtual |
template<class Work_T>
virtual void PThreadPool< Work_T >::WorkerThread::RemoveWork |
( |
Work_T * |
work | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: