Type Alias async_mwmr::AsyncBTreeMapManager
source · pub type AsyncBTreeMapManager<K, V> = BTreeMap<K, EntryValue<V>>;
Expand description
A type alias for [PendingManager
] that based on the BTreeMap
.
Aliased Type§
struct AsyncBTreeMapManager<K, V> { /* private fields */ }