|
quickpool
1.8.0
An easy-to-use, header-only work stealing thread pool in C++11
|
Public Types | |
| using | type = decltype(std::declval< Function >()(std::declval< Args >()...)) |
Static Public Member Functions | |
| static auto | make (Function &&f, Args &&... args) -> decltype(std::bind(std::forward< Function >(f), std::forward< Args >(args)...)) |
Definition at line 74 of file quickpool.hpp.