Function evmap::with_meta [] [src]

pub fn with_meta<K, V, M>(meta: M)
                          -> (ReadHandle<K, V, M, RandomState>, WriteHandle<K, V, M, RandomState>) where K: Eq + Hash + Clone, M: Clone, V: Clone

Create an empty eventually consistent map with meta information.