Classes | |
| struct | promise_type |
| struct | awaiter |
Public Constructors | |
| wtask (const xtd::func< result_t > &func) | |
| wtask (const xtd::func< result_t > &func, const xtd::threading::cancellation_token &cancellation_token) | |
| wtask (const xtd::func< result_t, const xtd::any_object & > &func, const xtd::any_object &state) | |
Public Operators | |
| auto | operator co_await () noexcept |
Additional Inherited Members | |
| task (const xtd::action<> &action) | |
| task (const xtd::action<> &action, const xtd::threading::cancellation_token &cancellation_token) | |
| task (const xtd::action< const xtd::any_object & > &action, const xtd::any_object &state) | |
| task (const xtd::action< const xtd::any_object & > &action, const xtd::any_object &state, const xtd::threading::cancellation_token &cancellation_token) | |
| auto | operator co_await () noexcept |
| auto | result () const noexcept -> const void & |
| static auto | from_result () -> task |