module Tick:sig
..end
Release 0.0.0-3-g591a88a - Daniel Bünzli <daniel.buenzl i@erratique.ch>
The following signatures are assumed to be part of MirageOS's signatures.
module type PCLOCK =sig
..end
module type MCLOCK =sig
..end
module type MTICK =sig
..end
module type LIFECYCLE =sig
..end
module type KV =sig
..end
The following add a little bit more features to the base OS'
monotonic ticks.
module type WATCHER =sig
..end
module type WATCHER_FUN =sig
..end
module Make_unreliable:
module Make_suspension_resistant:
module type PERSISTENT_TRIGGER =sig
..end
module Make_poweroff_resistant: