libcoro  1.0
Coroutine support library for C++20

◆ start() [2/2]

template<typename T , coro_allocator Alloc = std_allocator>
void coro::async< T, Alloc >::start ( promise< T >  prom)
inline

Start coroutine and pass return value to promise.

Definition at line 175 of file async.h.