Function async_stm::retry

source ·
pub fn retry<T>() -> StmResult<T>
Expand description

The primary verbs to interact with STM transactions. Abandon the transaction and retry after some of the variables read have changed.