Nested Arc RwLocks in Rust
Posted on April 18, 2022 in blog • Tagged with rust, prettypileofbones, devlog
In my attempt to create what amounts to an in-memory database in rust for a game project, I ran in to a topic for which I could find no explicit documentation.
"Can I nest RWLocks, read the inner lock out of the outer lock, and then read/write the inner …
Continue reading