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
tf
Definition:
taskflow.hpp:6
taskflow
taskflow.hpp
Generated by
1.8.13