Liking cljdoc? Tell your friends :D
Clojure only.

lambda.main


runclj

(run fn-event)

Run an endless event loop in the current thread.

Run an endless event loop in the current thread.
sourceraw docstring

run-threadclj

(run-thread fn-event)

Run an endless event loop in a new thread. Returns a Thread instance. To stop the loop, interrupt the thread and then join it.

Run an endless event loop in a new thread. Returns
a Thread instance. To stop the loop, interrupt the
thread and then join it.
sourceraw docstring

stepclj

(step fn-event)
source

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

× close