(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.
(schedule! id sq f)
Schedule a sequence of java.time.ZonedDateTime
Schedule a sequence of java.time.ZonedDateTime
(start!)
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.
(stop!)
Stops the task threadpool. Waits for threads to exit. Repeated calls to stop are noops.
Stops the task threadpool. Waits for threads to exit. Repeated calls to stop are noops.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close