Skip to main content

Module sync

Module sync 

Source

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§

duration
map_btree
map_hash
map_index
vec
wg

Structs§

ReadGuard
An RAII read guard returned by the get methods of the synchronous containers (SyncHashMap, SyncBtreeMap, SyncVec, SyncIndexMap).
ReadMapGuard
A read guard for whole-container access (iter, dirty_ref, …).
WriteGuard
An RAII write guard returned by the get_mut methods of the synchronous containers (SyncHashMap, SyncBtreeMap, SyncVec, SyncIndexMap).