Executes a function on each label in a given graph and stores the results in a graph with the same structure. Calls for unrelated nodes are executed in parallel.
Template Parameters
F
The type of function to execute.
T
The type of label stored in the graph.
Parameters
graph
The graph of functions to execute.
func
The function to execute.
Returns
A graph with the same structure as the input graph.