We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556c684 commit 31cf97cCopy full SHA for 31cf97c
README.md
@@ -6,11 +6,11 @@
6
7
### Notes
8
9
-* as of July 2023, these work using Bash but not Gradle or Maven
+* as of September 2023, these work using Bash but not Gradle or Maven
10
* GitHub actions are broken, pending availability of JDK 21
11
-* see branch `pre-jdk-21` for this repo using JDK 19/20
+* see branch `pre-jdk-21` for this repo using JDK 19/20 (including Gradle and Maven)
12
* includes examples for virtual threads
13
-* includes examples for structured concurrency, which is "preview" in JDK 19
+* includes examples for structured concurrency, which is "preview" in JDK 21
14
- we use `sc` for "structured concurrency" in the folder names
15
* see README for each example
16
0 commit comments