OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
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 39 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 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 41 of file Future.h.