Skip to content

Commit 4df69ea

Browse files
committed
removed io-thread-loop
1 parent 51291c1 commit 4df69ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -493,11 +493,6 @@ to catch and handle."
493493
(close! c#)))))
494494
c#))
495495

496-
(defmacro io-thread-loop
497-
"Like (io-thread (loop ...))"
498-
[bindings & body]
499-
`(io-thread (loop ~bindings ~@body)))
500-
501496
(defn thread-call
502497
"Executes f in another thread, returning immediately to the calling
503498
thread. Returns a channel which will receive the result of calling

0 commit comments

Comments
 (0)