|
Lunchbox
1.16.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
This is the complete list of members for lunchbox::ThreadPool, including all inherited members.
| getSize() const | lunchbox::ThreadPool | inline |
| hasPendingJobs() const | lunchbox::ThreadPool | inline |
| post(F &&f) | lunchbox::ThreadPool | inline |
| postDetached(F &&f) | lunchbox::ThreadPool | inline |
| ThreadPool(const size_t size=std::max(1u, std::thread::hardware_concurrency())) | lunchbox::ThreadPool | inline |
| ~ThreadPool() | lunchbox::ThreadPool | inline |