atomic-arc

Crates.ioatomic-arc
lib.rsatomic-arc
version0.1.0
sourcesrc
created_at2021-07-23 09:45:43.300397
updated_at2021-07-23 09:45:43.300397
descriptionAtomic arc
homepage
repositoryhttps://github.com/ihciah/atomic-arc
max_upload_size
id426224
size4,714
ihc童鞋@提不起劲 (ihciah)

documentation

README

atomic_arc

This Rust crate implements the type AtomicArc<T>.

AtomicArc<T> is similar to Arc<T> except that it is nullable, and it allows the pointer itself to be set/get atomically.

Commit count: 4

cargo fmt