OnixS C++ B3 Binary UMDF Market Data Handler 1.10.0
Users' manual and API documentation
Loading...
Searching...
No Matches
FeedEngineThreadIdle Struct Reference

#include <OnixS/B3/MarketData/UMDF/FeedEngine.h>

Public Types

enum  Reason

Detailed Description

Definition at line 339 of file FeedEngine.h.

Member Enumeration Documentation

◆ Reason

enum Reason
Enumerator
DataWaitTimeout 

Thread waited for incoming data using corresponding I/O operations (like 'select') and exited waiting with no data availability signs.

Redundant 

Thread entered idle state due to absence of any data and while other threads are waiting for new incoming data.

Definition at line 341 of file FeedEngine.h.