halcheck 1.0
Loading...
Searching...
No Matches

◆ async() [3/4]

template<typename F , typename T >
void halcheck::lib::async ( lib::dag< T > & graph,
F func )

Executes a function on each label in a given graph. Calls for unrelated node labels are executed in parallel.

Template Parameters
FThe type of function to execute.
TThe type of label stored in the graph.
Parameters
graphThe graph of functions to execute.
funcThe function to execute.