mess_protector

Crates.iomess_protector
lib.rsmess_protector
version0.0.1
sourcesrc
created_at2023-12-06 19:17:15.090355
updated_at2023-12-06 19:17:15.090355
descriptionA 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.
homepagehttps://github.com/bobisme/mess
repositoryhttps://github.com/bobisme/mess
max_upload_size
id1060332
size10,529
Bob (bobisme)

documentation

README

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."

Commit count: 41

cargo fmt