|
|
| WhenAllAwaiter (std::vector< Task< void > > &&t) |
|
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 |
|
void | await_resume () noexcept(false) |
|
bool | hasException () const noexcept |
|
|
std::vector< Task< void > > | tasks_ |
|
std::atomic< size_t > | counter_ |
|
std::atomic_flag | exceptionFlag_ |
|
|
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 void &v) |
The documentation for this struct was generated from the following file: