Crates.io | arccell |
lib.rs | arccell |
version | 0.1.0 |
source | src |
created_at | 2018-02-04 18:36:13.415866 |
updated_at | 2018-02-04 18:36:13.415866 |
description | An attempt at AtomicReferences in Rust |
homepage | |
repository | https://bitbucket.org/SoniEx2/arccell-rs |
max_upload_size | |
id | 49632 |
size | 19,606 |
ArcCell-rs is an experimental crate that aims to provide ArcCell<T>
, a safe wrapper around AtomicPtr<T>
.
It should be equivalent to Java's AtomicReference
?
This is currently EXPERIMENTAL. You shouldn't use this except to test it and let me know if it works as intended.
This also means its semantics may change.
This crate is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.