libcoro  1.0
Coroutine support library for C++20

◆ start() [1/2]

template<typename CondVar >
bool coro::scheduler_t< CondVar >::start ( )
inline

Start scheduler at background.

The scheduler starts a thread, which performs scheduling. You can start only one thread per scheduler's instance

Return values
truestarted
falsealready runnning

Definition at line 212 of file scheduler.h.