libcoro  1.0
Coroutine support library for C++20

◆ operator co_await()

template<typename T , coro_allocator Alloc = std_allocator>
future<T> coro::async< T, Alloc >::operator co_await ( )
inline

direct co_await

Definition at line 194 of file async.h.