8 #include <BS_thread_pool.hpp>
12 template <
typename pool_type>
27 void reset(
unsigned int nthreads) { pool_type::reset(nthreads); }
30 using BS_thread_pool = thread_pool_wrapper<BS::thread_pool>;
thread_pool_wrapper(unsigned int nthreads)
Construct a new thread pool wrapper.
void reset(unsigned int nthreads)
Reset the number of threads in the thread pool.