Type Definition rtlola_hir::hir::SpawnDef[][src]

type SpawnDef<'a> = (Option<&'a Expression>, Option<&'a Expression>);
Expand description

The Hir Spawn definition is composed of two optional expressions. The first one refers to the spawn target while the second one represents the spawn condition.