[][src]Function evmap::with_hasher

pub fn with_hasher<K, V, M, S>(
    meta: M,
    hasher: S
) -> (ReadHandle<K, V, M, S>, WriteHandle<K, V, M, S>) where
    K: Eq + Hash + Clone,
    V: Eq + ShallowCopy,
    M: 'static + Clone,
    S: BuildHasher + Clone

Create an empty eventually consistent map with meta information and custom hasher.

Use the Options builder for more control over initialization.