We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b27bd commit 59f4952Copy full SHA for 59f4952
src/main/clojure/clojure/core/async.clj
@@ -493,6 +493,8 @@ return nil for unexpected contexts."
493
[& body]
494
(#'clojure.core.async.impl.go/go-impl &env body))
495
496
+(defonce ^:private thread-macro-executor nil)
497
+
498
(defn thread-call
499
"Executes f in another thread, returning immediately to the calling
500
thread. Returns a channel which will receive the result of calling
0 commit comments