The base class DoxygenXLinks-jobs.
Definition at line 20 of file threadpool.hpp.
#include <threadpool.hpp>
Public Field Index: | |
| DXLPoolWorker * | poolWorker |
| The pool worker that executes this job. | |
| Public Field Index: inherited from alib::threadmodel::Job | |
| const std::type_info & | ID |
Additional Inherited Members | |
| Public Method Index: inherited from alib::threadmodel::Job | |
| Job (const std::type_info &id) | |
| TJob & | Cast () |
| virtual bool | Do () |
| bool | Is () |
| bool | IsNull () |
| virtual void | PrepareDeferredDeletion () |
| virtual size_t | SizeOf () |
| DXLPoolWorker* dxl::DXLJob::poolWorker |
The pool worker that executes this job.
Definition at line 22 of file threadpool.hpp.