OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
FutureStatus Struct Reference

Public Types

enum  Enum

Detailed Description

See also
http://en.cppreference.com/w/cpp/thread/future_status ).

Definition at line 40 of file Future.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
ready 

The shared state is ready.

timeout 

The shared state did not become ready before the specified timeout duration has passed.

deferred 

The shared state contains a deferred function, so the result will be computed only when explicitly requested.

Definition at line 42 of file Future.h.