mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 22:58:43 +03:00
14 lines
327 B
C++
14 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 -----------------------------------------------------
|