Module type Tick.WATCHER_FUN

module type WATCHER_FUN = sig .. end
The type for clock tick watchers with triggers as functions.

WATCHER_FUN is like Tick.WATCHER but defines Tick.WATCHER_FUN.triggers as functions in which you get the the watcher.



Function triggers


type t 
The type for suspension reliable watchers.
type trigger = t -> unit 
The type for suspension reliable triggers.
include Tick.WATCHER