Liking cljdoc? Tell your friends :D
Clojure only.

jdk.util.concurrent.RunnableScheduledFuture

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

periodic?clj

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close