libcoro  1.0
Coroutine support library for C++20

◆ shared_start()

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

Start coroutine and return shared future.

Definition at line 187 of file async.h.

+ Here is the caller graph for this function: