Version: 1.0
thread_pool Member List

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_poolinline
enqueue_work(F &&f, Args &&... args)thread_poolinline
Proc typedefthread_pool
thread_pool(unsigned int queueDepth=std::thread::hardware_concurrency(), size_t threads=std::thread::hardware_concurrency())thread_poolinline
~thread_pool() noexceptthread_poolinline