package async_extended

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