[][src]Function evmap::new

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

Create an empty eventually consistent map.

Use the Options builder for more control over initialization.