eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
152 stars 121 forks source link

[23] JEP 481: Scoped Values (Third Preview) #2585

Closed mpalat closed 21 hours ago

mpalat commented 1 month ago

From https://openjdk.org/jeps/481 Summary Introduce scoped values, which enable a method to share immutable data both with its callees within a thread, and with child threads. Scoped values are easier to reason about than thread-local variables. They also have lower space and time costs, especially when used together with virtual threads (JEP 444) and structured concurrency (JEP 480). This is a preview API.

refer issue #1758 for the second preview part

mpalat commented 1 month ago

/assign @subyssurendran666

subyssurendran666 commented 1 month ago

@mpalat could you please assign the ticket to me ?

subyssurendran666 commented 1 week ago

@mpalat After investigating this matter, I have concluded that no further action is required.

mpalat commented 21 hours ago

Thanks @subyssurendran666 .