Skip to content

Commit 37a88fd

Browse files
committed
incremental update Sun 30 Jul 2023 11:02:12 ADT
1 parent 629bae1 commit 37a88fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
### Notes
88

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
9+
* as of July 2023, these work using Bash but not Gradle or Maven
10+
* 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
1113
- we use `sc` for "structured concurrency" in the folder names
1214
* see README for each example
13-
* examples have Bash scripts and Maven scripts
1415

1516
### Resources
1617

0 commit comments

Comments
 (0)