8320440: Implementation of Structured Concurrency (Second Preview)

Reviewed-by: iris, jpai, mchung, mcimadamore
This commit is contained in:
Alan Bateman 2023-12-02 09:05:16 +00:00
parent 6f7bb79a5b
commit 5dee2a3675

View File

@ -75,7 +75,7 @@ public @interface PreviewFeature {
IMPLICIT_CLASSES,
@JEP(number=446, title="Scoped Values", status="Preview")
SCOPED_VALUES,
@JEP(number=453, title="Structured Concurrency", status="Preview")
@JEP(number=462, title="Structured Concurrency", status="Second Preview")
STRUCTURED_CONCURRENCY,
@JEP(number=461, title="Stream Gatherers", status="Preview")
STREAM_GATHERERS,