mp-coro main
Coroutine support tools
Namespaces | Functions
get_awaiter.h File Reference
#include <utility>
+ Include dependency graph for get_awaiter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mp_coro
 
namespace  mp_coro::detail
 

Functions

template<typename T >
decltype(auto) get_awaiter (T &&awaitable)
 Apply member operator co_await if it exists, otherwise, apply global operator co_await if it exists, otherwise, simply forward awaitable. More...