libcoro  1.0
Coroutine support library for C++20

◆ get_handle()

template<typename T >
std::coroutine_handle coro::frame< T >::get_handle ( )
inline

Sets done flag.

This causes that h.done() return true. Note that once coroutine is set as done(), it can't be resumed Retrieve coroutine handle of this frame.

Definition at line 138 of file frame.h.

+ Here is the caller graph for this function: