transaction

Function transaction 

Source
pub fn transaction<R, F: FnOnce(&Context) -> R>(f: F) -> R
Expand description

Do bunch of operations on dependency graph without triggering anything in between.