hzrd
Provides shared, mutable state by utilizing hazard pointers.
Usage
The core API of this crate is the HzrdCell, which provides an API reminiscent to that of the standard library's Cell-type. However, HzrdCell allows shared mutation across multiple threads.
use HzrdCell;
let cell = new;
scope;
License
This project is licensed under the MIT license.