start in timer%
Starts (or restarts) the timer. If the timer is already running, its alarm time is not changed.
(-> voidsenda-timerstartmsecjust-once?)
msec: exact integer in [0, 1000000000]
just-once?=#f: booleanThe timer's alarm expires after
msecmilliseconds, at which pointnotifyis called (on an event boundary). Ifjust-once?is#f, the timer expires everymsecmilliseconds until the timer is explicitly stopped;11 otherwise, the timer expires only once.