Type Definition slock::SlockMap

source ·
pub type SlockMap<K, V> = Slock<HashMap<K, Slock<V>>>;
Expand description

HashMaps

Slock has built-in convenience methods for working with Slock<HashMap<Slock>>s

Implementations§

Create a new Slock powered HashMap

Insert / modify a value in the map at a given key.

Get a value from the map at a given key.