Macro empty_graph

Source
macro_rules! empty_graph {
    () => { ... };
}
Expand description

Make a task graph without any tasks. This is used as the initial value for accumulating graphs dynamically.