![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "workerthread.h"
Public Attributes | |
| QAnyStringView | ThreadName_ = {} |
| QThread::QualityOfService | QOS_ = QThread::QualityOfService::Eco |
| QThread::Priority | Priority_ = QThread::LowPriority |
Definition at line 23 of file workerthread.h.
| QThread::Priority LC::Util::Coro::WorkerThreadBase::Config::Priority_ = QThread::LowPriority |
Definition at line 27 of file workerthread.h.
Referenced by LC::Util::Coro::WorkerThreadBase::WorkerThreadBase().
| QThread::QualityOfService LC::Util::Coro::WorkerThreadBase::Config::QOS_ = QThread::QualityOfService::Eco |
Definition at line 26 of file workerthread.h.
Referenced by LC::Util::Coro::WorkerThreadBase::WorkerThreadBase().
| QAnyStringView LC::Util::Coro::WorkerThreadBase::Config::ThreadName_ = {} |
Definition at line 25 of file workerthread.h.
Referenced by LC::Util::Coro::WorkerThreadBase::WorkerThreadBase().