#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.
| template DISPENSO_DLL_ACCESS void dispenso::SingleThreadExecutor::operator() | ( | const G & | graph | ) | 
Invoke the graph. This is not concurrency safe.
| graph | graph to invoke | 
Definition at line 13 of file graph_executor.cpp.