Liking cljdoc? Tell your friends :D

gmeb.timer.impl

Implementation of gmeb.timer interface.

Implementation of `gmeb.timer` interface.
raw docstring

has-timerclj

(has-timer id)

Evaluates to true if the timer with id has been registered.

Evaluates to true if the timer with `id` has been registered.
sourceraw docstring

start-timerclj

(start-timer id fun interval-in-ms)

See gmeb.timer/start-timer.

See `gmeb.timer/start-timer`.
sourceraw docstring

stop-all-timersclj

(stop-all-timers)
source

stop-timerclj

(stop-timer id)

See gmeb.timer/stop-timer.

See `gmeb.timer/stop-timer`.
sourceraw docstring

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

× close