libcoro  1.0
Coroutine support library for C++20

◆ on_destroy()

void coro::trace::on_destroy ( const void *  ,
std::size_t   
)
inline

Record destruction of an coroutine.

Parameters
ptrpointer to coroutine (handle.address())
Note
requires LIBCORO_ENABLE_TRACE

Definition at line 371 of file trace.h.