#include <graph_executor.h>
Inherits detail::ExecutorBase.
Public Member Functions | |
template<typename G > | |
void | operator() (const G &graph) |
Class to invoke Graph
or BiPropGraph
on current thread.
Definition at line 19 of file graph_executor.h.
Invoke the graph. This is not concurrency safe.
graph | graph to invoke |
Definition at line 13 of file graph_executor.cpp.