mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8344300: Implement JEP 499: Structured Concurrency (Fourth Preview)
Reviewed-by: vklang
This commit is contained in:
parent
57ee3ba7e1
commit
4ae6ce61ea
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue