Skip to content

Commit c567e46

Browse files
committed
cleaning up doc
1 parent 26b3c4d commit c567e46

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ Use the Java system property `clojure.core.async.vthreads` to control
4646
how core.async uses JDK 21+ virtual threads. The property can be one of
4747
the following values:
4848
49-
unset - default to ioc when aot, always
49+
unset - always default to ioc when aot, and use virtual threads for
50+
`io-thread` blocks if available at runtime
5051
51-
\"target\" - target vthreads when compiling go and require them at runtime
52-
use vthreads in io-thread when available
52+
\"target\" - target vthreads when compiling go and require them at runtime.
53+
use vthreads in io-thread when available
5354
5455
\"avoid\" - use ioc when compiling go (will work regardless), do not use
55-
vthreads for io-thread
56+
vthreads for io-thread blocks
5657
"
5758
(:refer-clojure :exclude [reduce transduce into merge map take partition
5859
partition-by bounded-count])

0 commit comments

Comments
 (0)