Class StructuredConcurrencyThirdPreviewNotes
java.lang.Object
net.jrodolfo.java_evolution.java23.structured_concurrency.StructuredConcurrencyThirdPreviewNotes
Explains structured concurrency as a Java 23 third preview feature.
Structured concurrency keeps related concurrent subtasks inside a clear parent scope. Java 23 continued the preview so developers could keep testing the API before finalization.
This repository keeps the Java 23 step as notes because the API was still a preview feature. The later Java 25 module has the fuller learning material.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextStep()Points learners to the next preview module in the release sequence.Explains why Java 23 keeps this entry as a bridge note.Explains the practical problem.Explains the structured unit of work.Describes the Java 23 maturity level.
-
Constructor Details
-
StructuredConcurrencyThirdPreviewNotes
public StructuredConcurrencyThirdPreviewNotes()
-
-
Method Details
-
problemSolved
-
structuredUnitOfWork
Explains the structured unit of work.- Returns:
- a short explanation
-
previewStep
Explains why Java 23 keeps this entry as a bridge note.- Returns:
- a short explanation
-
nextStep
Points learners to the next preview module in the release sequence.- Returns:
- a short next-step note
-
thirdPreviewStatus
Describes the Java 23 maturity level.- Returns:
- a short status note
-