Function rs_lockfree::util::sync_add_and_fetch[][src]

pub unsafe fn sync_add_and_fetch<T>(dst: *mut T, src: T) -> T where
    T: Add<Output = T> + Copy

Like __sync_add_and_fetch in C.