13 lines
327 B
C++
13 lines
327 B
C++
// TaskflowDSL is an experimental project that leverages C++17 to
|
|
// provide a dedicated interface for expressive taskflow programming
|
|
//
|
|
// Created by netcan: https://github.com/netcan
|
|
|
|
#pragma once
|
|
|
|
#include "dsl/task_dsl.hpp"
|
|
|
|
namespace tf {
|
|
|
|
|
|
} // end of namespace tf -----------------------------------------------------
|