Data.ConcurrentHashmapA lock free concurrency safe hashmap
module D : DefaultTypetype value = D.t Stdlib.Atomic.tval create : unit -> tfind t k returns the value associated with k in t. If k is not present, it raises Not_found. Use this method if you expect the value to be present in the hashmap