macro_rules! empty_graph {
() => { ... };
}
Expand description
Make a task graph without any tasks. This is used as the initial value for accumulating graphs dynamically.
macro_rules! empty_graph {
() => { ... };
}
Make a task graph without any tasks. This is used as the initial value for accumulating graphs dynamically.