Cpp-Taskflow  2.0.0
taskflow.hpp
1 #pragma once
2 
3 #include "threadpool/threadpool.hpp"
4 #include "graph/basic_taskflow.hpp"
5 
6 namespace tf {
7 
8 using Taskflow = BasicTaskflow<WorkStealingThreadpool>;
9 
10 }; // end of namespace tf. ---------------------------------------------------
11 
12 
13 
14 
15 
Definition: taskflow.hpp:6