Function evmap::new

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

Create an empty eventually consistent map.