Crates.io | sublock |
lib.rs | sublock |
version | 0.2.0 |
source | src |
created_at | 2016-03-30 08:34:38.75198 |
updated_at | 2019-02-21 13:16:07.975789 |
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.