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

#include <graph_executor.h>

Inherits detail::ExecutorBase.

Public Member Functions

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

Detailed Description

Class to propagate incomplete state recursively from nodes to dependents

Definition at line 75 of file graph_executor.h.

Member Function Documentation

◆ operator()()

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

Propagate incomplete state recursively from nodes to dependents This is not concurrency safe.

Definition at line 102 of file graph_executor.cpp.


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