atomic_box 0.1.0

A struct which allows multiple threads to safely update and read from a shared non-nullable pointer to heap data
Documentation
1
2
3
4
Atomic Box [![Crates.io](https://img.shields.io/crates/v/atomic_box.svg?style=flat-square)](https://crates.io/crates/atomic_box) [![Crates.io](https://img.shields.io/crates/l/atomic_box.svg?style=flat-square)](https://crates.io/crates/atomic_box)
==========
A struct which allows multiple threads to safely update and read from a shared non-nullable pointer to heap data