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