|
|
| WhenAllAwaiter (std::vector< Task< T > > tasks) |
|
void | await_suspend (std::coroutine_handle<> handle) |
|
bool | await_ready () noexcept |
|
bool | hasException () const noexcept |
|
const std::tuple< internal::void_to_false_t< await_result_t< Tasks > >... > & | await_resume () const noexcept(false) |
|
bool | await_ready () noexcept |
|
bool | hasException () const noexcept |
|
const T & | await_resume () const noexcept(false) |
|
|
void | setException (const std::exception_ptr &e) |
|
void | setValue (const std::tuple< internal::void_to_false_t< await_result_t< Tasks > >... > &v) |
|
void | setException (const std::exception_ptr &e) |
|
void | setValue (const T &v) |
The documentation for this struct was generated from the following file: