OnixS C++ FIX Engine  4.10.1
API Documentation
FutureStatus Struct Reference

#include <OnixS/FIXEngine/Threading/Future.h>

Public Types

enum  Enum { ready, timeout, deferred }
 

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
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.


The documentation for this struct was generated from the following file: