#atomics #box #swap #atomic #multiple-threads #atomic-box

atomic_box

A struct which allows multiple threads to safely update and read from a shared non-nullable pointer to heap data

2 releases

Uses old Rust 2015

0.1.1 Jul 14, 2017
0.1.0 Jul 7, 2017

#783 in Concurrency

26 downloads per month

MIT/Apache

8KB
164 lines

Atomic Box Crates.io Crates.io Docs.rs

A struct which allows multiple threads to safely update and read from a shared non-nullable pointer to heap data

No runtime deps