#include <graph_executor.h>
Inherits detail::ExecutorBase.
Public Member Functions | |
template<class G > | |
void | operator() (const G &graph) |
Class to propagate incomplete state recursively from nodes to dependents
Definition at line 75 of file graph_executor.h.
Propagate incomplete state recursively from nodes to dependents This is not concurrency safe.
Definition at line 102 of file graph_executor.cpp.