Liking cljdoc? Tell your friends :D

gmeb.timer

External interface for starting and stopping timers.

External interface for starting and stopping timers.
raw docstring

start-timerclj

(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.
sourceraw docstring

stop-all-timersclj

(stop-all-timers)

Stops all timers.

Stops all timers.
sourceraw docstring

stop-timerclj

(stop-timer id)

Stops the timer with id id.

Stops the timer with id `id`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close