libcoro  1.0
Coroutine support library for C++20

◆ resume()

void coro::trace::resume ( std::coroutine_handle<>  h)
inlinenoexcept

Record resumption of an coroutine.

You need to call this insteaded h.resume() to record resumption action

Parameters
hhandle to resume
Note
requires LIBCORO_ENABLE_TRACE

Definition at line 382 of file trace.h.

+ Here is the caller graph for this function: