arccell

Crates.ioarccell
lib.rsarccell
version0.1.0
sourcesrc
created_at2018-02-04 18:36:13.415866
updated_at2018-02-04 18:36:13.415866
descriptionAn attempt at AtomicReferences in Rust
homepage
repositoryhttps://bitbucket.org/SoniEx2/arccell-rs
max_upload_size
id49632
size19,606
Soni L. (SoniEx2)

documentation

README

ArcCell-rs

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?

A note on safety

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.

License

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.

Commit count: 0

cargo fmt