| Crates.io | sublock |
| lib.rs | sublock |
| version | 0.2.0 |
| created_at | 2016-03-30 08:34:38.75198+00 |
| updated_at | 2019-02-21 13:16:07.975789+00 |
| description | Variants of RwLock/RefCell that support sublocks, opened for reading if the main `RwLock` is opened for reading, opened for writing if the main `RwLock` is opened for writing. |
| homepage | |
| repository | https://github.com/Yoric/sublock |
| max_upload_size | |
| id | 4616 |
| size | 19,775 |
Variants of RwLock that support sublocks, opened for reading if the main RwLock
is opened for reading, opened for writing if the main RwLock is opened for writing.
This crate has been designed to permit refactoring of code using RefCell into
Sync code.