3#include "../taskflow.hpp"
15auto Algorithm::make_module_task(T& target) {
20 rt._executor._schedule_graph(rt._worker, graph, rt._node->_topology, rt._node);
75 return Algorithm::make_module_task(graph);
taskflow namespace
Definition small_vector.hpp:20
auto make_module_task(T &graph)
creates a module task using the given graph
Definition module.hpp:74
Graph & retrieve_graph(T &t)
retrieves a reference to the underlying tf::Graph from an object
Definition graph.hpp:975