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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |