template<typename pool_type>
class kvikio::thread_pool_wrapper< pool_type >
Definition at line 13 of file threadpool_wrapper.hpp.
◆ thread_pool_wrapper()
template<typename pool_type >
Construct a new thread pool wrapper.
- Parameters
-
| nthreads | The number of threads to use. |
Definition at line 20 of file threadpool_wrapper.hpp.
◆ reset()
template<typename pool_type >
Reset the number of threads in the thread pool.
- Parameters
-
| nthreads | The number of threads to use. |
Definition at line 27 of file threadpool_wrapper.hpp.
The documentation for this class was generated from the following file: