Liking cljdoc? Tell your friends :D

do-er.core


active-tasksclj

(active-tasks pool)
source

add-taskcljmacro

(add-task {:keys [task-pool function schedule on-complete on-error id
                  last-completed run-count start-time]
           :or {on-complete (quote (fn []))
                on-error (quote (fn []))
                run-count 0
                id (keyword (str (UUID/randomUUID)))}})
source

between-hoursclj

(between-hours schedule start end)
source

dateclj

(date year month day)
source

date-timeclj

(date-time year month date hours minutes seconds)
source

drop-elapsedclj

(drop-elapsed schedule)
source

everyclj

(every number interval)
(every start number interval)
source

finish-taskclj

(finish-task pool id)
source

finished-tasksclj

(finished-tasks pool)
source

freeze-poolclj

(freeze-pool pool path)
source

fridaysclj

source

fromclj

(from start-time)
source

get-chrono-unitclj

(get-chrono-unit key)
source

get-stateclj

(get-state pool entity)
source

inclj

(in number interval)
source

is-active?clj

(is-active? pool-state id)
source

is-finished?clj

(is-finished? pool-state id)
source

limitclj

(limit number schedule)
source

make-pool-durableclj

(make-pool-durable pool-name path)
source

make-task-poolclj

(make-task-pool)
source

mondaysclj

source

ms-untilclj

(ms-until future-time)
source

onceclj

(once date-time)
source

onlyclj

(only schedule & predicates)
source

saturdaysclj

source

stop-poolclj

(stop-pool pool)
source

stop-taskclj

(stop-task pool id)
source

sundaysclj

source

thaw-poolclj

(thaw-pool path pool)
source

thursdaysclj

source

today-atclj

(today-at hours mins)
(today-at hours mins secs)
source

tuesdaysclj

source

untilclj

(until schedule end-time)
source

update-taskclj

(update-task pool id new-map)
source

wednesdaysclj

source

weekdaysclj

source

weekendsclj

source

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

× close