Skip to content

Commit

Permalink
8332064: Implementation of Structured Concurrency (Third Preview)
Browse files Browse the repository at this point in the history
Reviewed-by: jpai, bpb, mcimadamore
  • Loading branch information
Alan Bateman committed May 28, 2024
1 parent 7b52d0a commit e708d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public enum Feature {
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,
Expand Down

1 comment on commit e708d13

@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.