Liking cljdoc? Tell your friends :D

ivarref.recurring-cup


composeclj

(compose a)
(compose [a & as :as aseq] [b & bs :as bseq])
(compose a b & xs)
source

dailyclj

(daily {:keys [hour minute second timezone]
        :or {hour 0 minute 0 second 0 timezone "UTC"}})

Returns a lazy sequence of daily ZonedDateTime starting from today.

hour, minute, second and timezone is controlled by the arguments.

Returns a lazy sequence of daily ZonedDateTime starting from today.

hour, minute, second and timezone is controlled by the arguments.
sourceraw docstring

day-kw->DayOfWeekclj

source

deref-varclj

(deref-var v timeout-ms timeout-val)
source

dereffable-job!clj

(dereffable-job! id f sq)
source

dereffable-var!clj

(dereffable-var! v sq & args)
source

every-n-minutesclj

(every-n-minutes n)
(every-n-minutes n offset)
source

every-n-secondsclj

(every-n-seconds n)
source

immediatelyclj

(immediately sq)
source

schedule!clj

(schedule! id f sq)

Schedule a sequence of java.time.ZonedDateTime

Schedule a sequence of java.time.ZonedDateTime
sourceraw docstring

start!clj

(start! & args)

Starts the threadpool to execute tasks on the queue automatically. Repeated calls to start are noops.

Starts the threadpool to execute tasks on the queue automatically. Repeated
calls to start are noops.
sourceraw docstring

stop!clj

(stop!)

Stops the task threadpool. Waits for threads to exit. Removes all future tasks. Repeated calls to stop are noops.

Stops the task threadpool. Waits for threads to exit.
Removes all future tasks. Repeated calls to stop are noops.
sourceraw docstring

weekdaysclj

(weekdays {:keys [hour minute second timezone]
           :or {hour 0 minute 0 second 0 timezone "UTC"}
           :as opts})

Returns a lazy sequence of daily ZonedDateTime. Excludes Saturday and Sunday.

hour, minute, second and timezone is controlled by the arguments.

Returns a lazy sequence of daily ZonedDateTime.
Excludes Saturday and Sunday.

hour, minute, second and timezone is controlled by the arguments.
sourceraw docstring

weeklyclj

(weekly {:keys [day hour minute second timezone]
         :or {day :mon hour 0 minute 0 second 0 timezone "UTC"}
         :as opts})

Returns a lazy sequence of weekly java.time.ZonedDateTime.

Day is controlled by :day, and may be :mon, :tue, :wed, :thur, :fri, :sat or :sun. Hour, minute, second and timezone is also configurable.

Returns a lazy sequence of weekly java.time.ZonedDateTime.

Day is controlled by :day, and may be :mon, :tue, :wed, :thur, :fri, :sat or :sun.
Hour, minute, second and timezone is also configurable.
sourceraw docstring

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

× close