Skip to content

Commit

Permalink
8320440: Implementation of Structured Concurrency (Second Preview)
Browse files Browse the repository at this point in the history
Reviewed-by: iris, jpai, mchung, mcimadamore
  • Loading branch information
Alan Bateman committed Dec 2, 2023
1 parent 6f7bb79 commit 5dee2a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public enum Feature {
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,
Expand Down

1 comment on commit 5dee2a3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.