future_base implementation for ready values.
More...
|
|
| ready_future (T const &t) |
| |
|
| ready_future (T &&t) |
| |
|
bool | valid (void) const final |
| |
|
void | wait (void) const final |
| |
|
T | get (void) final |
| |
|
void | set_owned (void) noexcept |
| |
|
bool | is_owned (void) const noexcept |
| |
|
template<typename Function > |
| void | async_then (Function &&f) |
| |
|
|
bool | valid_no_yield (void) const noexcept final |
| | Returns true if the result has been received.
|
| |
|
void | schedule_continuation (void) |
| | Schedules a continuation if async_then() was called.
|
| |
template<typename T>
class stapl::runtime::ready_future< T >
future_base implementation for ready values.
- Template Parameters
-
- See also
- future
The documentation for this class was generated from the following file: