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
◆
join()
template<typename CondVar >
future
<void>
coro::thread_pool_t
< CondVar >::join
(
)
inline
wait to process all enqueued tasks
Returns
future is resolved, once all tasks enqueued previously are finished
Note
tasks enqueued after this call are not counted
Definition at line
162
of file
thread_pool.h
.
Here is the caller graph for this function:
Generated on Fri Aug 2 2024 15:51:50 for libcoro by
1.9.1