External interface for starting and stopping timers.
External interface for starting and stopping timers.
(start-timer id fun interval-in-ms)
Starts a timer with id id
that runs function fun
every ms
milliseconds.
Starts a timer with id `id` that runs function `fun` every `ms` milliseconds.
(stop-timer id)
Stops the timer with id id
.
Stops the timer with id `id`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close