Liking cljdoc? Tell your friends :D
Clojure only.

jdk.util.concurrent.RunnableFuture

A Future that is Runnable. Successful execution of the run method causes completion of the Future and allows access to its results.

A Future that is Runnable. Successful execution of
the run method causes completion of the Future
and allows access to its results.
raw docstring

runclj

(run this)

Sets this Future to the result of its computation unless it has been cancelled.

Sets this Future to the result of its computation
unless it has been cancelled.
raw docstring

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

× close