35 #ifndef _BLAZE_UTIL_THREADPOOL_TASK_H_
36 #define _BLAZE_UTIL_THREADPOOL_TASK_H_
43 #include <boost/function.hpp>
48 namespace threadpool {
60 typedef boost::function<void(void)>
Task;
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
boost::function< void(void)> Task
Handle for a single, executable task.
Definition: Task.h:60