LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
LC::Util::Coro::WorkerThreadBase::Config Struct Reference

#include "workerthread.h"

Public Attributes

QAnyStringView ThreadName_ = {}
 
QThread::QualityOfService QOS_ = QThread::QualityOfService::Eco
 
QThread::Priority Priority_ = QThread::LowPriority
 

Detailed Description

Definition at line 23 of file workerthread.h.

Member Data Documentation

◆ Priority_

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().

◆ QOS_

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().

◆ ThreadName_

QAnyStringView LC::Util::Coro::WorkerThreadBase::Config::ThreadName_ = {}

Definition at line 25 of file workerthread.h.

Referenced by LC::Util::Coro::WorkerThreadBase::WorkerThreadBase().


The documentation for this struct was generated from the following file: