module Hashtable: sig .. end
sig
end
A module that allows hash tables monitoring.
type 'a t
'a
val observe : ?period:int -> string -> 'a -> 'a
?period:int -> string -> 'a -> 'a
observe s h monitors a hash table h called s. One can observe six things about the table:
observe s h
h
s