quickpool  1.8.0
An easy-to-use, header-only work stealing thread pool in C++11
quickpool::detail::Task< Function, Args > Member List

This is the complete list of members for quickpool::detail::Task< Function, Args >, including all inherited members.

make(Function &&f, Args &&... args) -> decltype(std::bind(std::forward< Function >(f), std::forward< Args >(args)...)) (defined in quickpool::detail::Task< Function, Args >)quickpool::detail::Task< Function, Args >inlinestatic
type typedef (defined in quickpool::detail::Task< Function, Args >)quickpool::detail::Task< Function, Args >