Skip to main content

Module map_hash

Module map_hash 

Source

Structs§

HashMapIter
Read iterator returned by SyncHashMap::iter.
HashMapIterMut
Write iterator returned by SyncHashMap::iter_mut.
HashMapRefMut
Write guard returned by SyncHashMap::get_mut.
SyncHashMap
this sync map used to many reader,writer less.space-for-time strategy

Type Aliases§

HashMapGet
Read guard returned by SyncHashMap::get.