|
XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
|
This is the complete list of members for xnetwork::thread_pool, including all inherited members.
| enqueue(F &&task) -> std::future< std::invoke_result_t< std::decay_t< F > > > | xnetwork::thread_pool | inline |
| operator=(const thread_pool &)=delete | xnetwork::thread_pool | |
| operator=(thread_pool &&)=delete | xnetwork::thread_pool | |
| thread_pool(size_t num_threads=std::thread::hardware_concurrency()) | xnetwork::thread_pool | inlineexplicit |
| thread_pool(const thread_pool &)=delete | xnetwork::thread_pool | |
| thread_pool(thread_pool &&)=delete | xnetwork::thread_pool | |
| ~thread_pool() | xnetwork::thread_pool | inline |