#include <map>
#include <queue>
Go to the source code of this file.
Classes | |
class | PThreadPoolBase |
These classes and templates implement a generic thread pooling mechanism. More... | |
class | PThreadPoolBase::WorkerThreadBase |
class | PThreadPoolBase::InternalWorkBase |
class | PThreadPool< Work_T > |
class | PThreadPool< Work_T >::WorkerThread |
class | PThreadPool< Work_T >::QueuedWorkerThread |
class | PThreadPool< Work_T >::InternalWork |
struct | PThreadPool< Work_T >::GroupInfo |