![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "workerthread.h"
Classes | |
| struct | Config |
Public Member Functions | |
| WorkerThreadBase (const Config &config) | |
| ~WorkerThreadBase () override | |
Protected Attributes | |
| QThread | Thread_ |
Definition at line 18 of file workerthread.h.
|
inlineexplicit |
Definition at line 30 of file workerthread.h.
References LC::Util::Coro::WorkerThreadBase::Config::Priority_, LC::Util::Coro::WorkerThreadBase::Config::QOS_, Thread_, and LC::Util::Coro::WorkerThreadBase::Config::ThreadName_.
Referenced by LC::Util::Coro::WorkerThread< T, Self >::WorkerThread().
|
inlineoverride |
Definition at line 38 of file workerthread.h.
References Thread_.
|
protected |
Definition at line 21 of file workerthread.h.
Referenced by LC::Util::Coro::WorkerThread< T, Self >::WorkerThread(), WorkerThreadBase(), and ~WorkerThreadBase().