libcoro  1.0
Coroutine support library for C++20

◆ await_resume()

template<typename CondVar >
void coro::thread_pool_t< CondVar >::await_resume ( )
inline

co_await support (nothing returned)

Exceptions
await_canceled_exception- thread pool has been stopped

Definition at line 139 of file thread_pool.h.