Crate atomic_value[][src]

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.