taskflow / taskflow

A General-purpose Parallel and Heterogeneous Task Programming System

Home Page:https://taskflow.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

line label

welloncn opened this issue · comments

when dump to a graph add line label,how to do this?
image
this is my code diff to support this feature

master...welloncn:taskflow:add_line_label_540

You can change the name of a task to include the line instead of creating another std::string inside tf::Node.