Functor Tick.Make_unreliable

module Make_unreliable: 
functor (M : MCLOCK) ->
functor (MT : MTICK) -> WATCHER_FUN
Unreliable, monotonic, clock tick watchers.

Make_unreliable has the following properties. Given a watcher w:

These properties are typically sufficient for watching small timeouts in protocol implementations.

Parameters:
M : MCLOCK
MT : MTICK


Function triggers


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