Up

Module File_updates

Signature

module Update : sig .. end
val updates : ?poll_interval:Core.Std.Time.Span.t -> string -> transform:[
| `Of_sexp of Core.Std.Sexp.t -> 'a
| `Of_raw of string -> 'a
] -> 'a Update.t Async.Std.Pipe.Reader.t