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 629bae1 commit 37a88fdCopy full SHA for 37a88fd
README.md
@@ -6,11 +6,12 @@
6
7
### Notes
8
9
-* includes examples for [virtual threads](https://openjdk.java.net/jeps/425), a "preview" feature in JDK 19
10
-* includes examples for [structured concurrency](https://openjdk.java.net/jeps/428), which is "incubator" in JDK 19
+* as of July 2023, these work using Bash but not Gradle or Maven
+* see branch `pre-jdk-21` for this repo using JDK 19/20
11
+* includes examples for virtual threads
12
+* includes examples for structured concurrency, which is "preview" in JDK 19
13
- we use `sc` for "structured concurrency" in the folder names
14
* see README for each example
-* examples have Bash scripts and Maven scripts
15
16
### Resources
17
0 commit comments