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

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.

Awesome Lists containing this project

README

        

# Padlock

Safely acquire RwLock/Mutex locks and never worry about remembering to drop them!

[![CircleCI](https://circleci.com/gh/olback/padlock-rs.svg?style=svg)](https://circleci.com/gh/olback/padlock-rs) [![docs](https://docs.rs/padlock/badge.svg)](https://docs.rs/padlock) [![](https://meritbadge.herokuapp.com/padlock)](https://crates.io/crates/padlock)

### License
MIT or Apache-2.0