8344300: Implement JEP 499: Structured Concurrency (Fourth Preview)
Reviewed-by: vklang
This commit is contained in:
parent
57ee3ba7e1
commit
4ae6ce61ea
@ -72,7 +72,7 @@ public @interface PreviewFeature {
|
|||||||
IMPLICIT_CLASSES,
|
IMPLICIT_CLASSES,
|
||||||
@JEP(number=487, title="Scoped Values", status="Fourth Preview")
|
@JEP(number=487, title="Scoped Values", status="Fourth Preview")
|
||||||
SCOPED_VALUES,
|
SCOPED_VALUES,
|
||||||
@JEP(number=480, title="Structured Concurrency", status="Third Preview")
|
@JEP(number=499, title="Structured Concurrency", status="Fourth Preview")
|
||||||
STRUCTURED_CONCURRENCY,
|
STRUCTURED_CONCURRENCY,
|
||||||
CLASSFILE_API,
|
CLASSFILE_API,
|
||||||
STREAM_GATHERERS,
|
STREAM_GATHERERS,
|
||||||
|
Loading…
Reference in New Issue
Block a user