(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 f sq)
Schedule a sequence of java.time.ZonedDateTime
Schedule a sequence of java.time.ZonedDateTime
(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.
(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.
(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.
(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 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 |