libcoro
1.0
Coroutine support library for C++20
|
◆ start() [1/2]
template<typename CondVar >
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 212 of file scheduler.h. |