Expand description
A crate designed to allow batch-locking/batch-unlocking of groups of locks.
This crate was initially designed to permit refactoring of code using RefCell into Sync code.
Modulesยง
- cell
- Variants of
RefCellthat support sublocks, opened for reading if the mainRefCellis opened for reading, opened for writing if the mainRefCellis opened for writing. - sync
- Variants of
RwLockthat support sublocks, opened for reading if the mainRwLockis opened for reading, opened for writing if the mainRwLockis opened for writing.