Skip to content

Commit 8c485b0

Browse files
committed
remove OBE docstring
1 parent b350ef6 commit 8c485b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,7 @@ to catch and handle."
466466
(defn thread-call
467467
"Executes f in another thread, returning immediately to the calling
468468
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."
469+
f when completed, then close."
472470
[f]
473471
(exec-services/best-fit-thread-call f :mixed))
474472

0 commit comments

Comments
 (0)