libcoro  1.0
Coroutine support library for C++20

◆ on_create()

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

Record creation of an coroutine.

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

Definition at line 362 of file trace.h.