A ScheduledFuture that is Runnable. Successful execution of the run method causes completion of the Future and allows access to its results.
A ScheduledFuture that is Runnable. Successful execution of the run method causes completion of the Future and allows access to its results.
(periodic? this)
Returns true if this task is periodic. A periodic task may re-run according to some schedule. A non-periodic task can be run only once.
returns: true if this task is periodic - boolean
Returns true if this task is periodic. A periodic task may re-run according to some schedule. A non-periodic task can be run only once. returns: true if this task is periodic - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close