![]() |
LeechCraft
0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "workerthread.h"
Inheritance diagram for LC::Util::Coro::WorkerThreadBase:
Collaboration diagram for LC::Util::Coro::WorkerThreadBase: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_.
|
inlineoverride |
Definition at line 38 of file workerthread.h.
References Thread_.
|
protected |
Definition at line 21 of file workerthread.h.
Referenced by WorkerThreadBase(), and ~WorkerThreadBase().