libcoro  1.0
Coroutine support library for C++20

◆ await_suspend()

template<typename T , typename Pred >
bool coro::condition< T, Pred >::await_suspend ( std::coroutine_handle<>  h)
inline

co_await support

called by co_await when coroutine is suspened

Definition at line 236 of file condition.h.