Skip to main content

Module map_index

Module map_index 

Source

Structs§

IndexMapIter
Read iterator returned by SyncIndexMap::iter.
IndexMapIterMut
Write iterator returned by SyncIndexMap::iter_mut.
IndexMapRefMut
Write guard returned by SyncIndexMap::get_mut.
SyncIndexMap
this sync map used to many reader,writer less.space-for-time strategy

Type Aliases§

HashMapRefMut
Backwards-compatible alias kept for callers of dark_std::sync::map_index::HashMapRefMut.
IndexMapGet
Read guard returned by SyncIndexMap::get.