[][src]Crate atomic_value

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.