#include "workerthreadbase.h"
Definition at line 48 of file workerthreadbase.h.
| virtual void LeechCraft::Util::WorkerThreadBase::Cleanup |
( |
| ) |
|
|
protectedpure virtual |
| size_t LeechCraft::Util::WorkerThreadBase::GetQueueSize |
( |
| ) |
|
|
virtual |
| virtual void LeechCraft::Util::WorkerThreadBase::Initialize |
( |
| ) |
|
|
protectedpure virtual |
| void LeechCraft::Util::WorkerThreadBase::rotateFuncs |
( |
| ) |
|
|
signal |
| void LeechCraft::Util::WorkerThreadBase::run |
( |
| ) |
|
|
finaloverrideprotected |
template<typename F >
| QFuture<std::result_of_t<F ()> > LeechCraft::Util::WorkerThreadBase::ScheduleImpl |
( |
F |
func | ) |
|
|
inline |
template<typename F , typename... Args>
| QFuture<std::result_of_t<F (Args...)> > LeechCraft::Util::WorkerThreadBase::ScheduleImpl |
( |
F |
f, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
| void LeechCraft::Util::WorkerThreadBase::SetPaused |
( |
bool |
paused | ) |
|
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70-9312-g4cc613a2df/src/util/threads/workerthreadbase.h
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70-9312-g4cc613a2df/src/util/threads/workerthreadbase.cpp