Module Values_file.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