1 unstable release
0.0.1 | Dec 6, 2023 |
---|
#7 in #protected
11KB
254 lines
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."
Dependencies
~0.8–26MB
~354K SLoC