Function vertigo::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.