libcoro
1.0
Coroutine support library for C++20
coro
thread_pool_t
await_ready
await_resume
await_suspend
current
enqueue
is_stopped
join
operator>>
run
stop
thread_pool_t
~thread_pool_t
◆
thread_pool_t()
template<typename CondVar >
coro::thread_pool_t
< CondVar >::
thread_pool_t
(
unsigned int
threads
)
inline
construct thread pool
Parameters
threads
maximum thread count
Note
treads are not created immediately. They are started with requests
Definition at line
37
of file
thread_pool.h
.
Generated on Fri Aug 2 2024 15:51:50 for libcoro by
1.9.1