|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
This is the complete list of members for nndeploy::thread_pool::ThreadPool, including all inherited members.
| commit(const FunctionType &func) -> std::future< decltype(std::declval< FunctionType >()())> | nndeploy::thread_pool::ThreadPool | inline |
| commit_to(int slot, F &&f) -> std::future< std::invoke_result_t< F >> | nndeploy::thread_pool::ThreadPool | inline |
| destroy() | nndeploy::thread_pool::ThreadPool | inline |
| init() | nndeploy::thread_pool::ThreadPool | inline |
| ThreadPool(int size=4) | nndeploy::thread_pool::ThreadPool | inlineexplicit |