Re-exports§
pub use map_btree::SyncBtreeMap;pub use map_hash::SyncHashMap;pub use map_index::SyncIndexMap;pub use duration::*;pub use vec::*;pub use wg::*;
Modules§
Structs§
- Read
Guard - An RAII read guard returned by the
getmethods of the synchronous containers (SyncHashMap,SyncBtreeMap,SyncVec,SyncIndexMap). - Read
MapGuard - A read guard for whole-container access (
iter,dirty_ref, …). - Write
Guard - An RAII write guard returned by the
get_mutmethods of the synchronous containers (SyncHashMap,SyncBtreeMap,SyncVec,SyncIndexMap).