Type Definition mpmc_map::AtomicOp[][src]

type AtomicOp<K, V> = Box<dyn FnOnce(&HashMap<K, V>) -> Option<HashMap<K, V>> + Send>;