dispenso
A library for task parallelism
 
Loading...
Searching...
No Matches
dispenso::SingleThreadExecutor Class Reference

#include <graph_executor.h>

Inherits detail::ExecutorBase.

Public Member Functions

template<typename G >
void operator() (const G &graph)
 

Detailed Description

Class to invoke Graph or BiPropGraph on current thread.

Definition at line 19 of file graph_executor.h.

Member Function Documentation

◆ operator()()

template<typename G >
template DISPENSO_DLL_ACCESS void dispenso::SingleThreadExecutor::operator() ( const G graph)

Invoke the graph. This is not concurrency safe.

Parameters
graphgraph to invoke

Definition at line 13 of file graph_executor.cpp.


The documentation for this class was generated from the following files: