mess_protector 0.0.1

A Protector is like a less-formal hazard pointer. It is intended to mark a boundary in an array as protected so that it won't be overwritten.
Documentation
1
2
3
4
5
# mess_protector

This crate provides a `Protector` and `ProtectorPool`.
The protector is kind of like a RWLock, RCU, or hazard pointer.
It's used to mark some `usize` (likely an array index) as "protected."