Re-exports§
pub use sync_wrapper::SyncWrapper;pub use wrapped::Wrapper;
Modules§
- sync_
wrapper - sync_wrapper crate.
Thread-safe wrapper around any value using
Arc<Mutex<T>>. - wrapped
- wrapped crate.
A small library that wraps any variable using interior mutability
(
RefCellorCell) to allow mutation through shared reference