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 is a website building & hosting documentation for Clojure/Script libraries

× close