#atomic #pointers #thread #safely #update #shared #heap

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

#832 in Concurrency

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