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 0bf8026 commit f8677a0Copy full SHA for f8677a0
src/main/clojure/clojure/core/async.clj
@@ -489,9 +489,7 @@ user factory)."
489
490
:io - may do blocking I/O but must not do extended computation
491
:compute - must not ever block
492
- :mixed - anything else
493
-
494
- Calls without a workload tag are assumed :mixed."
+ :mixed - anything else (default)"
495
([f] (thread-call f :mixed))
496
([f workload]
497
(let [c (chan 1)
0 commit comments