File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/clojure/clojure/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ If AOT compiling, go blocks will always use IOC so that the resulting
5353bytecode works on all JVMs (so no change in compiled output)
5454
5555\" target\" - means that you are targeting virtual threads. At runtime
56- from source, go blocks will throw if vthreads are not available.
57- If AOT compiling, go blocks are always compiled as normal Clojure
56+ from source, go blocks will throw if vthreads are not available.
57+ If AOT compiling, go blocks are always compiled as normal Clojure
5858code to be run on vthreads and will throw at runtime if vthreads are
5959not available (Java <21)
6060
@@ -551,7 +551,7 @@ IOC and vthread code.
551551 `(do (dispatch/ensure-runtime-vthreads! )
552552 (thread-call (^:once fn* [] ~@body) :io ))
553553
554- :default
554+ :else
555555 (dispatch/report-vthreads-not-available-error! )))
556556
557557(defmacro go
You can’t perform that action at this time.
0 commit comments