libcoro
1.0
Coroutine support library for C++20
|
◆ start() [2/2]
template<typename CondVar >
template<std::invocable< notify_t > ResumeCB>
Start scheduler at background. The scheduler starts a thread, which performs scheduling. You can start only one thread per scheduler's instance
Definition at line 196 of file scheduler.h. |