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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close