libcoro  1.0
Coroutine support library for C++20

◆ start() [1/2]

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

Start coroutine and return future.

Definition at line 168 of file async.h.

+ Here is the caller graph for this function: