Function concore::v1::add_dependency¶
Defined in File task_graph.hpp
Function Documentation¶
-
void
concore::v1::add_dependency(chained_task prev, chained_task next)¶ Add a dependency between two tasks.
This creates a dependency between the given tasks. It means that
nextwill only be executed only afterprevis completed.- Parameters
prev: The task dependent onnext: The task that depends onprev