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