Nana C++ Library. Reference for users.
What we need to use nana
|
Manages a group threads for a large number of tasks processing. More...
Public Types | |
typedef std::conditional < std::is_function< Function > ::value, Function *, Function > ::type | value_type |
same as Function if Function is not a function prototype, otherwise value_type is a pointer type of function More... | |
Public Member Functions | |
pool_pusher (pool &pobj, value_type fn) | |
void | operator() () const |
Manages a group threads for a large number of tasks processing.
typedef std::conditional<std::is_function<Function>::value, Function*, Function>::type nana::threads::pool_pusher< Function >::value_type |
same as Function if Function is not a function prototype, otherwise value_type is a pointer type of function
|
inline |
|
inline |