cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::base::thread_pool_t Member List

This is the complete list of members for toolbox::base::thread_pool_t, including all inherited members.

get_thread_count() consttoolbox::base::thread_pool_tinline
submit(F &&f, Args &&... args) -> std::future< typename std::invoke_result_t< F, Args... > >toolbox::base::thread_pool_t
thread_pool_t(size_t threads=0)toolbox::base::thread_pool_texplicit
~thread_pool_t()toolbox::base::thread_pool_t