mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8332064: Implementation of Structured Concurrency (Third Preview)
Reviewed-by: jpai, bpb, mcimadamore
This commit is contained in:
parent
7b52d0acfc
commit
e708d135e3
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public @interface PreviewFeature {
|
|||
IMPLICIT_CLASSES,
|
||||
@JEP(number=464, title="Scoped Values", status="Second Preview")
|
||||
SCOPED_VALUES,
|
||||
@JEP(number=462, title="Structured Concurrency", status="Second Preview")
|
||||
@JEP(number=480, title="Structured Concurrency", status="Third Preview")
|
||||
STRUCTURED_CONCURRENCY,
|
||||
@JEP(number=466, title="ClassFile API", status="Second Preview")
|
||||
CLASSFILE_API,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue