(run fn-event)
Run an endless event loop in the current thread.
Run an endless event loop in the current thread.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close