Skip to main content

Module atomic

Module atomic 

Source
Expand description

Helper functions for atomic operations used in buffers

Functionsยง

fetch_add_i64
Atomically increment i64 and return new value
load_bool
Atomically load a boolean value
load_i64
Atomically load an i64 value
load_usize
Atomically load a usize value
store_bool
Atomically store a boolean value
store_i64
Atomically store an i64 value
store_usize
Atomically store a usize value