libcoro  1.0
Coroutine support library for C++20

◆ scheduler_t() [1/2]

template<typename CondVar >
coro::scheduler_t< CondVar >::scheduler_t ( )
default

initialize the scheduler. It is not started, you must start it manually

The scheduler in this state can be used for scheduling, however no awaiting coroutine is awaken until the scheduler is started

See also
start, run