Crates.io | mess_protector |
lib.rs | mess_protector |
version | 0.0.1 |
source | src |
created_at | 2023-12-06 19:17:15.090355 |
updated_at | 2023-12-06 19:17:15.090355 |
description | 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. |
homepage | https://github.com/bobisme/mess |
repository | https://github.com/bobisme/mess |
max_upload_size | |
id | 1060332 |
size | 10,529 |
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."