Adapts the clj-time library, which must be included among your app's dependencies to load this namespace
Adapts the [clj-time](https://github.com/clj-time/clj-time) library, which must be included among your app's dependencies to load this namespace
(schedule-seq job seq)
Lazily schedule a job for each DateTime
in a sequence, typically
returned from clj-time.periodic/periodic-seq
. For any two
successive elements, the second is scheduled upon completion of the
first, and they will all have the same id.
Lazily schedule a job for each `DateTime` in a sequence, typically returned from `clj-time.periodic/periodic-seq`. For any two successive elements, the second is scheduled upon completion of the first, and they will all have the same id.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close