Skip to content

Commit 135ee8f

Browse files
committed
:else
1 parent 592b809 commit 135ee8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ If AOT compiling, go blocks will always use IOC so that the resulting
5353
bytecode 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
5858
code to be run on vthreads and will throw at runtime if vthreads are
5959
not 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

0 commit comments

Comments
 (0)