(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 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 |