Crate atomic_value

Source
Expand description

this crate provides a way that you can load or store value atomically like Golang AtomicValue.

Structsยง

AtomicValue
A wrapper provides an atomic load and store of a value.
Error
compare exchange error.