Data.ConcurrentHashmap
A lock free concurrency safe hashmap
module D : DefaultType
type value = D.t Stdlib.Atomic.t
val create : unit -> t
find 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