/rwlock-rs

A Rust RwLock that attempts to prevent recursive deadlocks

Primary LanguageRustApache License 2.0Apache-2.0

rwlock-rs

A wrapper around around the parking_lot RwLock that attempts to prevent recursive deadlocks

(Not yet usable - this still needs a lot of testing)