Function evmap::with_meta

source ·
pub fn with_meta<K, V, M>(
    meta: M
) -> (ReadHandle<K, V, M, RandomState>, WriteHandle<K, V, M, RandomState>)where
    K: Eq + Hash + Clone,
    V: Eq + ShallowCopy,
    M: 'static + Clone,
Expand description

Create an empty eventually consistent map with meta information.