Liking cljdoc? Tell your friends :D

yang.scheduler


elogclj

(elog & xs)
source

everyclj

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

ftimesclj

(ftimes n f)
source

new-executorclj

(new-executor)
(new-executor num-threads)
source

run-funclj

(run-fun fun threads)
source

stopclj

(stop f)
source

thread-nameclj

(thread-name)
source

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

× close