Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yesint/uni_rc_lock

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>>`.
https://github.com/yesint/uni_rc_lock

Last synced: 19 days ago
JSON representation

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>>`.

Awesome Lists containing this project