#include <OnixS/CME/MDH/FeedEngineThreadPool.h>
Public Member Functions | |
FeedEngineThreadSettings () | |
ThreadPoolSettings & | pool () |
const ThreadPoolSettings & | pool () const |
UInt32 | loopBeforeIdle () const |
void | loopBeforeIdle (UInt32 value) |
Definition at line 196 of file FeedEngineThreadPool.h.
|
inline |
Assigns the default values for the given instance of the thread pool settings.
Definition at line 201 of file FeedEngineThreadPool.h.
|
inline |
Defines amount of cycles a working thread keeps cycling before entering the idle state if no useful activity can be done.
Value is measured in number of processing cycles.
Definition at line 228 of file FeedEngineThreadPool.h.
|
inline |
Updates amount of cycles a working thread keeps cycling before entering the idle state if no useful activity can be done.
Definition at line 238 of file FeedEngineThreadPool.h.
|
inline |
Settings related to the thread pool.
Definition at line 207 of file FeedEngineThreadPool.h.
|
inline |
Settings related to the thread pool.
Definition at line 213 of file FeedEngineThreadPool.h.