libcoro
1.0
Coroutine support library for C++20
coro
async
async
async
defer_start
detach
detach_on_await_suspend
operator co_await
operator deferred_future< T >
operator future< T >
operator shared_future< T >
operator U
run
shared_start
start
start
◆
detach_on_await_suspend()
template<typename T , coro_allocator Alloc = std_allocator>
std::coroutine_handle
coro::async
< T, Alloc >::detach_on_await_suspend
(
)
inline
detach coroutine using symmetric transfer
Returns
coroutine handle of coroutine to be resumed. Use return value as result of await_suspend();
Definition at line
163
of file
async.h
.
Generated on Fri Aug 2 2024 15:51:49 for libcoro by
1.9.1