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>>
.
-
Notifications
You must be signed in to change notification settings - Fork 0
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>>`.
yesint/uni_rc_lock
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published