Function guard

Source
pub fn guard(cond: bool) -> Stm<()>
Expand description

The primary verbs to interact with STM transactions. Retry unless a given condition has been met.