libcoro  1.0
Coroutine support library for C++20

◆ operator future< T >()

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

convert coroutine to future, start immediatelly

Definition at line 199 of file async.h.