[][src]Macro legion_task::empty_graph

macro_rules! empty_graph {
    () => { ... };
}

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