Liking cljdoc? Tell your friends :D
Clojure only.

immutant.scheduling.joda

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
raw docstring

schedule-seqclj

(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.
sourceraw docstring

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

× close