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 b350ef6 commit 8c485b0Copy full SHA for 8c485b0
src/main/clojure/clojure/core/async.clj
@@ -466,9 +466,7 @@ to catch and handle."
466
(defn thread-call
467
"Executes f in another thread, returning immediately to the calling
468
thread. Returns a channel which will receive the result of calling
469
- f when completed, then close. exec is a keyword that describes the
470
- nature of f's workload, one of :mixed (default) :io or :compute
471
- whereby core.async may be able to choose a best fit thread type."
+ f when completed, then close."
472
[f]
473
(exec-services/best-fit-thread-call f :mixed))
474
0 commit comments