Class StructuredConcurrencyPreviewNotes
java.lang.Object
net.jrodolfo.java_evolution.java21.StructuredConcurrencyPreviewNotes
Explains structured concurrency as a Java 21 preview feature.
Concurrent subtasks are easier to understand when they have a clear parent scope. Structured concurrency groups related tasks so joining, cancellation, failure handling, and observability belong to one unit of work.
The Java 21 API was preview, so this repository documents the concept without depending on preview APIs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescribes the Java 21 maturity level.purpose()Explains the central idea.
-
Constructor Details
-
StructuredConcurrencyPreviewNotes
public StructuredConcurrencyPreviewNotes()
-
-
Method Details
-
purpose
-
previewStatus
-