clojure.core.async.impl.dispatch

(source)
Public Variable Short Description
check-blocking-in-dispatch (clj) If the current thread is a dispatch pool thread, throw an exception.
ex-handler (clj) conveys given Exception to current thread's default uncaught handler.
executor (clj)
in-dispatch-thread? (clj) Returns true if the current thread is a go block dispatch pool thread.
run (clj) Runs Runnable r on current thread when :on-caller? meta true, else in a thread pool thread.