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