template<typename T>
Concept to check if a type can be used with co_await.
Definition coro/coro.h:174
decltype(auto) co_await_resolve(auto &&expr)
Mimics the compiler's behavior of using co_await. That is, it returns whichever works first,...
Definition coro/coro.h:158
auto run_once()
Run some code within an if() statement only once.
Definition once.h:41
Concept to check if a type can be used with co_await.