pub async fn atomically_aux<T, F, A, X>(aux: A, f: F) -> T
Expand description
The primary verbs to interact with STM transactions. Like atomically, but this version also takes an auxiliary transaction system that gets committed or rolled back together with the STM transaction.