PTLib
Version 2.18.8
|
#include <threadpool.h>
Public Member Functions | |
QueuedWork () | |
QueuedWork (Work_T *work, const string &group) | |
Public Attributes | |
PTime | m_time |
Work_T * | m_work |
string | m_group |
|
inline |
|
inlineexplicit |
string PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork::m_group |
Referenced by PQueuedThreadPool< Work_T >::QueuedWorkerThread::Work().
PTime PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork::m_time |
Referenced by PQueuedThreadPool< Work_T >::QueuedWorkerThread::Work().
Work_T* PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork::m_work |
Referenced by PQueuedThreadPool< Work_T >::QueuedWorkerThread::Work().