ark::concurrency::ThreadPoolPriorityConfig
Defined in header “ark/concurrency/thread_pool.hh”.
A structure intended to allow explicit management of thread priorities within the pool.
Variables
-
bool enabled= false
If priorities should be managed by the pool. Set to false to use default priorities. -
int32_t thread_priority= 0
Priority of the created threads. -
core::ThreadScheduler scheduler= core::ThreadScheduler::Other
The thread scheduler to use. Defaults to other.