|
|
task_state | get_state () |
| |
|
std::exception_ptr | get_exception () |
| |
|
void | set_exception (std::exception_ptr exception) |
| |
|
void | wait () |
| |
|
template<class Rep, class Period> |
| bool | wait_for (const std::chrono::duration< Rep, Period > &timeout_duration) |
| |
|
template<class Clock, class Duration> |
| bool | wait_until (const std::chrono::time_point< Clock, Duration > &timeout_time) |
| |
|
|
std::mutex | mutex |
| |
|
std::condition_variable | condition_variable |
| |
|
std::exception_ptr | exception |
| |
|
task_state | state |
| |
The documentation for this class was generated from the following file: