Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15a2d4 commit ab4d32fCopy full SHA for ab4d32f
taskflow/dsl.hpp
@@ -0,0 +1,13 @@
1
+// TaskflowDSL is an experimental project that leverages C++17 to
2
+// provide a dedicated interface for expressive taskflow programming
3
+//
4
+// Created by netcan: https://github.com/netcan
5
+
6
+#pragma once
7
8
+#include "dsl/task_dsl.hpp"
9
10
+namespace tf {
11
12
13
+} // end of namespace tf -----------------------------------------------------
0 commit comments