Skip to content

Commit

Permalink
docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Feb 12, 2025
1 parent 0bf8026 commit f8677a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/clojure/clojure/core/async.clj
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,7 @@ user factory)."
:io - may do blocking I/O but must not do extended computation
:compute - must not ever block
:mixed - anything else
Calls without a workload tag are assumed :mixed."
:mixed - anything else (default)"
([f] (thread-call f :mixed))
([f workload]
(let [c (chan 1)
Expand Down

0 comments on commit f8677a0

Please # to comment.