Module Kv_hash__.Values_file
module type S = sig ... endmodule Make_1 : sig ... endinclude Make_2
val append_value : t -> string -> intval read_value : t -> off:int -> stringval create : fn:string -> tval open_ : fn:string -> tval flush : t -> unitval close : t -> unitval reload : t -> unitclose all existing channels and reopen; this is used for child processes to avoid concurrency issues arising from file offsets and seeking