libcoro  1.0
Coroutine support library for C++20

◆ 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: