File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919// reaches a breaking number
2020// - D is a task that wraps up the result
2121#include < taskflow/taskflow.hpp>
22- #include < taskflow/dsl/task_dsl .hpp>
22+ #include < taskflow/dsl.hpp>
2323
2424int main () {
2525 tf::Executor executor;
Original file line number Diff line number Diff line change 33// using Task DSL to describe
44// TaskA -> fork(TaskB, TaskC) -> TaskD
55#include < taskflow/taskflow.hpp> // the only include you need
6- #include < taskflow/dsl/task_dsl .hpp> // for support dsl
6+ #include < taskflow/dsl.hpp> // for support dsl
77
88int main () {
99 tf::Executor executor;
Original file line number Diff line number Diff line change 33// a taskflow graph.
44// use task dsl
55#include < taskflow/taskflow.hpp>
6- #include < taskflow/dsl/task_dsl .hpp> // for support dsl
6+ #include < taskflow/dsl.hpp> // for support dsl
77
88int main () {
99 tf::Taskflow tf (" Visualization Demo" );
You can’t perform that action at this time.
0 commit comments