#include <mp-coro/when_all.h>
Definition at line 121 of file when_all.h.
Classes | |
struct | awaiter_base |
Public Member Functions | |
when_all_awaitable (T &&tasks) | |
decltype(auto) | operator co_await () & |
decltype(auto) | operator co_await () && |
Private Attributes | |
T | tasks_ |
when_all_sync | sync_ = tasks_size(tasks_) |
|
inlineexplicit |
Definition at line 122 of file when_all.h.
|
inline |
|
inline |
|
private |
Definition at line 158 of file when_all.h.
|
private |
Definition at line 159 of file when_all.h.