Private.Lock
module type S = sig ... end
module Make : functor (K : Type.S) -> S with type key = K.t
Create a lock manager implementation.