![]() |
Version: 1.0 |
This is the complete list of members for thread_pool, including all inherited members.
enqueue_task(F &&f, Args &&... args) -> std::future< typename std::result_of< F(Args...)>::type > | thread_pool | inline |
enqueue_work(F &&f, Args &&... args) | thread_pool | inline |
Proc typedef | thread_pool | |
thread_pool(unsigned int queueDepth=std::thread::hardware_concurrency(), size_t threads=std::thread::hardware_concurrency()) | thread_pool | inline |
~thread_pool() noexcept | thread_pool | inline |