#include <threadpool.hxx>
|
virtual void | doWork ()=0 |
| override to get your task performed by the pool More...
|
|
virtual | ~ThreadTask () |
| once pushed ThreadTasks are destroyed by the pool More...
|
|
Definition at line 26 of file threadpool.hxx.
◆ ~ThreadTask()
virtual comphelper::ThreadTask::~ThreadTask |
( |
| ) |
|
|
inlineprotectedvirtual |
once pushed ThreadTasks are destroyed by the pool
Definition at line 38 of file threadpool.hxx.
◆ ThreadTask()
comphelper::ThreadTask::ThreadTask |
( |
std::shared_ptr< ThreadTaskTag > |
pTag | ) |
|
◆ doWork()
virtual void comphelper::ThreadTask::doWork |
( |
| ) |
|
|
protectedpure virtual |
override to get your task performed by the pool
Referenced by exec().
◆ exec()
void comphelper::ThreadTask::exec |
( |
| ) |
|
|
private |
◆ std::default_delete< ThreadTask >
◆ ThreadPool
◆ mpTag
The documentation for this class was generated from the following files: