mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8320440: Implementation of Structured Concurrency (Second Preview)
Reviewed-by: iris, jpai, mchung, mcimadamore
This commit is contained in:
parent
6f7bb79a5b
commit
5dee2a3675
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue