An open API service indexing awesome lists of open source software.

https://github.com/stefan-zobel/rwlock-rs

A Rust RwLock that attempts to prevent recursive deadlocks
https://github.com/stefan-zobel/rwlock-rs

deadlock-avoidance parking-lot rust rwlock

Last synced: 7 months ago
JSON representation

A Rust RwLock that attempts to prevent recursive deadlocks

Awesome Lists containing this project

README

          

# rwlock-rs

A wrapper around around the [parking_lot](https://crates.io/crates/parking_lot) [RwLock](https://docs.rs/parking_lot/latest/parking_lot/type.RwLock.html) that attempts to prevent recursive deadlocks

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