libcoro  1.0
Coroutine support library for C++20

◆ run()

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

run synchronously

Definition at line 223 of file async.h.