libcoro  1.0
Coroutine support library for C++20

◆ defer_start()

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

Defer start of coroutine.

Definition at line 180 of file async.h.

+ Here is the caller graph for this function: