class to create a task parameter object More...
#include <taskflow/core/graph.hpp>
Public Attributes | |
| std::string | name |
| name of the task | |
| void * | data {nullptr} |
| C-styled pointer to user data. | |
class to create a task parameter object
tf::TaskParams is primarily used by asynchronous tasking.