sublock

Crates.iosublock
lib.rssublock
version0.2.0
sourcesrc
created_at2016-03-30 08:34:38.75198
updated_at2019-02-21 13:16:07.975789
descriptionVariants 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
repositoryhttps://github.com/Yoric/sublock
max_upload_size
id4616
size19,775
David Teller (Yoric)

documentation

http://yoric.github.io/sublock/doc/sublock/

README

Build Status

Documentation

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.

Commit count: 7

cargo fmt