#include <threadpool.h>
|
virtual void | AddWork (Work_T *work, const string &group)=0 |
|
virtual void | RemoveWork (Work_T *work)=0 |
|
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, |
|
|
const string & |
group |
|
) |
| |
|
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: