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