Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab4d32f

Browse files
committed
added dsl.hpp
1 parent c15a2d4 commit ab4d32f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

taskflow/dsl.hpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)