Class ScopedValuesThirdPreviewNotes
java.lang.Object
net.jrodolfo.java_evolution.java23.ScopedValuesThirdPreviewNotes
Explains scoped values as a Java 23 third preview feature.
Scoped values address the common need to pass immutable contextual data through a bounded execution scope. They are easier to reason about than broad mutable thread-local state, especially with many threads or child tasks.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScopedValuesThirdPreviewNotes
public ScopedValuesThirdPreviewNotes()
-
-
Method Details
-
purpose
-
status
-