https://github.com/olback/padlock-rs
Safely acquire RwLock/Mutex locks.
https://github.com/olback/padlock-rs
lock locks mutex rust rwlock safe thread thread-safe threading threads
Last synced: 5 months ago
JSON representation
Safely acquire RwLock/Mutex locks.
- Host: GitHub
- URL: https://github.com/olback/padlock-rs
- Owner: olback
- License: apache-2.0
- Created: 2020-01-28T22:14:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T00:18:17.000Z (about 5 years ago)
- Last Synced: 2024-05-01T13:11:53.879Z (about 1 year ago)
- Topics: lock, locks, mutex, rust, rwlock, safe, thread, thread-safe, threading, threads
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Padlock
Safely acquire RwLock/Mutex locks and never worry about remembering to drop them!
[](https://circleci.com/gh/olback/padlock-rs) [](https://docs.rs/padlock) [](https://crates.io/crates/padlock)
### License
MIT or Apache-2.0