File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/clojure/clojure/core/async Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282 N.B. outputs may be nil if not connected
8383 :resolver - an impl of spi/Resolver, which can be used to find
8484 channels given their logical [pid cid] coordinates, as well as to
85- obtain ExecutorServices corresponding to the
85+ obtain Executors corresponding to the
8686 logical :mixed/:io/:compute contexts" ))
8787
8888(defprotocol Resolver
9191 write to or nil (in which case the output should be dropped,
9292 e.g. nothing is connected)." )
9393 (get-exec [_ context]
94- " returns the ExecutorService for the given context, one
94+ " returns the Executor for the given context, one
9595 of :mixed, :io, :compute" ))
Original file line number Diff line number Diff line change 88
99(ns ^{:skip-wiki true }
1010 clojure.core.async.impl.dispatch
11- (:import [java.util.concurrent Executors Executor ExecutorService ThreadFactory]))
11+ (:import [java.util.concurrent Executors Executor ThreadFactory]))
1212
1313(set! *warn-on-reflection* true )
1414
You can’t perform that action at this time.
0 commit comments