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
- Host: GitHub
- URL: https://github.com/stefan-zobel/rwlock-rs
- Owner: stefan-zobel
- License: apache-2.0
- Created: 2022-01-31T19:01:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T13:07:54.000Z (about 3 years ago)
- Last Synced: 2025-01-15T14:14:44.775Z (9 months ago)
- Topics: deadlock-avoidance, parking-lot, rust, rwlock
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)