#include <OnixS/FIXEngine/Threading/Future.h>
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: