package riot

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Runtime.TimerSource

Sourcetype timer = unit Core.Ref.t
Sourceval _set_timer : Core.Pid.t -> Core.Message.t -> float -> [ `interval | `one_off ] -> (unit Core.Ref.t, 'a) result
Sourceval send_after : Core.Pid.t -> Core.Message.t -> after:float -> (unit Core.Ref.t, 'a) result
Sourceval send_interval : Core.Pid.t -> Core.Message.t -> every:float -> (unit Core.Ref.t, 'a) result
OCaml

Innovation. Community. Security.