libcoro  1.0
Coroutine support library for C++20

◆ await_suspend()

static void coro::suspend::await_suspend ( std::coroutine_handle<>  h)
inlinestatic

this function is static.

You can call this function directly if you need to enqueue coroutine handle.

Parameters
hcoroutine handle to enqueue

Definition at line 52 of file cooperative.h.