clojure.core.async.impl.dispatch

(source)

For more info about this library see:

https://clojuredocs.org/clojure.core.async
Public Variable Short Description
check-blocking-in-dispatch (clj) If the current thread is a dispatch pool thread, throw an exception.
executor (clj)
in-dispatch-thread? (clj) Returns true if the current thread is a go block dispatch pool thread.
run (clj) Runs Runnable r in a thread pool thread.