Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Delayed actions
val add : int -> (unit -> unit) -> t
Register a new timeout and return it. add delay action
will execute action ()
after the delay of delay
ms.