Crates.io | atomic-arc |
lib.rs | atomic-arc |
version | 0.1.0 |
source | src |
created_at | 2021-07-23 09:45:43.300397 |
updated_at | 2021-07-23 09:45:43.300397 |
description | Atomic arc |
homepage | |
repository | https://github.com/ihciah/atomic-arc |
max_upload_size | |
id | 426224 |
size | 4,714 |
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.