We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51291c1 commit 4df69eaCopy full SHA for 4df69ea
src/main/clojure/clojure/core/async.clj
@@ -493,11 +493,6 @@ to catch and handle."
493
(close! c#)))))
494
c#))
495
496
-(defmacro io-thread-loop
497
- "Like (io-thread (loop ...))"
498
- [bindings & body]
499
- `(io-thread (loop ~bindings ~@body)))
500
-
501
(defn thread-call
502
"Executes f in another thread, returning immediately to the calling
503
thread. Returns a channel which will receive the result of calling
0 commit comments