File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/main/clojure/clojure/core Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,14 @@ Use the Java system property `clojure.core.async.vthreads` to control
4646how core.async uses JDK 21+ virtual threads. The property can be one of
4747the 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])
You can’t perform that action at this time.
0 commit comments