atomic_value 0.2.0

this crate provides a way that you can load or store value atomically like Golang AtomicValue.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "atomic_value"
version = "0.2.0"
authors = ["Sherlock Holo <sherlockya@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/Sherlock-Holo/atomic_value"
description = "this crate provides a way that you can load or store value atomically like Golang AtomicValue."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[target.'cfg(loom)'.dependencies]
loom = "0.4"