Skip to main content

atomic_add

Function atomic_add 

Source
pub fn atomic_add(old: u32, value: u32) -> (u32, u32)
Expand description

Return the old value and the value after atomic add.