Skip to content

Commit 59f4952

Browse files
foguspuredanger
authored andcommitted
ASYNC-261: Putting the clojure.core.async/thread-macro-executor var back into place.
1 parent 35b27bd commit 59f4952

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/clojure/clojure/core/async.clj

+2
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,8 @@ return nil for unexpected contexts."
493493
[& body]
494494
(#'clojure.core.async.impl.go/go-impl &env body))
495495

496+
(defonce ^:private thread-macro-executor nil)
497+
496498
(defn thread-call
497499
"Executes f in another thread, returning immediately to the calling
498500
thread. Returns a channel which will receive the result of calling

0 commit comments

Comments
 (0)