Class StructuredConcurrencyPreviewNotes
java.lang.Object
net.jrodolfo.java_evolution.java19.StructuredConcurrencyPreviewNotes
Explains structured concurrency as an incubating feature in Java 19.
Concurrent code becomes difficult when related subtasks are started, cancelled, joined, and observed in different places. Structured concurrency addresses that by treating related subtasks as one bounded unit of work with clearer failure and cancellation behavior.
The structured concurrency API evolved after Java 19, so this repository uses notes instead of depending on an incubator module or a specific preview API shape.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StructuredConcurrencyPreviewNotes
public StructuredConcurrencyPreviewNotes()
-
-
Method Details
-
purpose
-
benefit
-
projectDecision
Explains why this repository keeps it as notes.- Returns:
- the project decision
-