8344300: Implement JEP 499: Structured Concurrency (Fourth Preview)

Reviewed-by: vklang
This commit is contained in:
Alan Bateman 2024-11-27 07:58:49 +00:00
parent 57ee3ba7e1
commit 4ae6ce61ea

View File

@ -72,7 +72,7 @@ public @interface PreviewFeature {
IMPLICIT_CLASSES,
@JEP(number=487, title="Scoped Values", status="Fourth Preview")
SCOPED_VALUES,
@JEP(number=480, title="Structured Concurrency", status="Third Preview")
@JEP(number=499, title="Structured Concurrency", status="Fourth Preview")
STRUCTURED_CONCURRENCY,
CLASSFILE_API,
STREAM_GATHERERS,