mesytec-mnode/external/taskflow-3.8.0/taskflow/dsl/dsl.hpp
2025-01-04 01:25:05 +01:00

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 -----------------------------------------------------