[][src]Function evmap::new

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

Create an empty eventually consistent map.

Use the Options builder for more control over initialization.