Expand description
this crate provides a way that you can load or store value atomically like
Golang AtomicValue
.
Structsยง
- Atomic
Value - A wrapper provides an atomic load and store of a value.
- Error
- compare exchange error.
this crate provides a way that you can load or store value atomically like
Golang AtomicValue
.