libcoro  1.0
Coroutine support library for C++20

◆ thread_pool

using coro::thread_pool = typedef thread_pool_t<std::condition_variable>

Thread pool implementation.

This is alias to thread_pool_t with std::condition_variable as condition variable.

Definition at line 266 of file thread_pool.h.