Skip to content

Rust crate that provides a trait for universal reference-counted lock with internal mutability allowing multiple readers or a single writer, which may represent either `Rc<RefCell<T>>` or `Arc<RwLock<T>>`.

Notifications You must be signed in to change notification settings

yesint/uni_rc_lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This crate provides a trait for universal reference-counted lock with internal mutability allowing multiple readers or a single writer, which may represent either Rc<RefCell<T>> or Arc<RwLock<T>>.

About

Rust crate that provides a trait for universal reference-counted lock with internal mutability allowing multiple readers or a single writer, which may represent either `Rc<RefCell<T>>` or `Arc<RwLock<T>>`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages