Module type Async.INTERVAL

type interval_id
val set_interval : (unit -> unit) -> int -> interval_id
val clear_interval : interval_id -> unit