[][src]Macro legion_task::seq

macro_rules! seq {
    (@$head:expr, $($tail:tt)*) => { ... };
    ($head:expr, $($tail:tt)*) => { ... };
    (@$task:expr) => { ... };
    ($head:expr) => { ... };
}

Returns a TaskGraph that executes the argument list of TaskGraphs sequentially.