OnixS C++ B3 BOE Binary Order Entry 1.4.0
Users' manual and API documentation
Loading...
Searching...
No Matches
FutureStatus Struct Reference

#include <OnixS/B3/BOE/threading/Future.h>

Public Types

enum  Enum

Detailed Description

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.