|
DDS
ver. 2.0
|
#include <threadPool.h>
Public Member Functions | |
| CThreadPool (size_t _threadsCount) | |
| ~CThreadPool () | |
| void | pushTask (typename CTask< _T, _P >::task_t &_task, _P _param) |
| void | execute () |
| void | stop (bool processRemainingJobs=false) |
| size_t | tasksCount () const |
| size_t | successfulTasks () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13