thread-pool
Loading...
Searching...
No Matches
dp::thread_pool< FunctionType, ThreadType > Member List

This is the complete list of members for dp::thread_pool< FunctionType, ThreadType >, including all inherited members.

enqueue(Function f, Args... args)dp::thread_pool< FunctionType, ThreadType >inline
enqueue_detach(Function &&func, Args &&...args)dp::thread_pool< FunctionType, ThreadType >inline
operator=(const thread_pool &)=deletedp::thread_pool< FunctionType, ThreadType >
size() constdp::thread_pool< FunctionType, ThreadType >inline
thread_pool(const unsigned int &number_of_threads=std::thread::hardware_concurrency())dp::thread_pool< FunctionType, ThreadType >inlineexplicit
thread_pool(const thread_pool &)=deletedp::thread_pool< FunctionType, ThreadType >
~thread_pool()dp::thread_pool< FunctionType, ThreadType >inline