(every interval fun)
(every interval
fun
{:keys [time-unit task-name]
:or {time-unit TimeUnit/MILLISECONDS task-name "funtask"}})
schedules a function to run every "interval" returns a map with the scheduled task and visibility info opts: {:time-unit TimeUnit, :task-name String} defaults to MILLISECONDS and 'funtask'.
schedules a function to run every "interval" returns a map with the scheduled task and visibility info opts: {:time-unit TimeUnit, :task-name String} defaults to MILLISECONDS and 'funtask'.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close