libcoro  1.0
Coroutine support library for C++20

◆ operator U()

template<typename T , coro_allocator Alloc = std_allocator>
template<std::constructible_from< T > U>
coro::async< T, Alloc >::operator U ( )
inline

synchronous wait for value

Definition at line 218 of file async.h.