OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
FeedEngineThreadSettings Class Reference

Public Member Functions

 FeedEngineThreadSettings ()
ThreadPoolSettingspool ()
const ThreadPoolSettingspool () const
UInt32 loopBeforeIdle () const
void loopBeforeIdle (UInt32 value)

Detailed Description

The collection of parameters affecting behavior of a thread pool carring out feed engine tasks.

Definition at line 110 of file FeedEngineThreads.h.

Constructor & Destructor Documentation

◆ FeedEngineThreadSettings()

Assigns the default values for the given instance of the thread pool settings.

Definition at line 119 of file FeedEngineThreads.h.

Member Function Documentation

◆ loopBeforeIdle() [1/2]

UInt32 loopBeforeIdle ( ) const
inline

Number of working threads in the pool.

Definition at line 141 of file FeedEngineThreads.h.

◆ loopBeforeIdle() [2/2]

void loopBeforeIdle ( UInt32 value)
inline

Defines the number of working threads in the pool.

Definition at line 148 of file FeedEngineThreads.h.

◆ pool() [1/2]

ThreadPoolSettings & pool ( )
inline

Settings related to the thread pool.

Definition at line 126 of file FeedEngineThreads.h.

◆ pool() [2/2]

const ThreadPoolSettings & pool ( ) const
inline

Settings related to the thread pool.

Definition at line 134 of file FeedEngineThreads.h.