![]() |
UtilsLite
Utilities for C++ programming
|
This is the complete list of members for Utils::ThreadPool5, including all inherited members.
exec(FUN &&fun) override | Utils::ThreadPool5 | inlinevirtual |
Name() | Utils::ThreadPool5 | inlinestatic |
name() const override | Utils::ThreadPool5 | inlinevirtual |
operator=(ThreadPoolBase const &)=delete | Utils::ThreadPoolBase | |
operator=(ThreadPoolBase &&)=delete | Utils::ThreadPoolBase | |
run(Func &&func, Args &&... args) | Utils::ThreadPoolBase | inline |
thread_count() const override | Utils::ThreadPool5 | inlinevirtual |
ThreadPool5(unsigned nthread=std::max(unsigned(1), unsigned(std::thread::hardware_concurrency() -1))) | Utils::ThreadPool5 | inline |
ThreadPoolBase(ThreadPoolBase const &)=delete | Utils::ThreadPoolBase | |
ThreadPoolBase(ThreadPoolBase &&)=delete | Utils::ThreadPoolBase | |
ThreadPoolBase()=default | Utils::ThreadPoolBase | |
wait() override | Utils::ThreadPool5 | inlinevirtual |
~ThreadPool5() | Utils::ThreadPool5 | inlinevirtual |