◆ 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 34 of file Future.h.
35 {
37 ready,
39 timeout,
41 deferred
42 };