Loom Project
Contents
Lightweight threading model
- https://openjdk.java.net/projects/loom/
- https://wiki.openjdk.java.net/display/loom/Main
- Must read article ! (quite long)
- Article
| Topic | JDK19 | JDK20 |
|---|---|---|
| Virtual Threads | JEP 425 (Preview) | JEP 436 (Second Preview) |
| Structured Concurrency | JEP 428 (Incubator) | JEP 437 (Second Incubator) |
| Scoped values | JEP 429 (Incubator) |