eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
149 stars 118 forks source link

[23] JEP 480: Structured Concurrency (Third Preview) #2475

Open mpalat opened 1 month ago

mpalat commented 1 month ago

ref: https://openjdk.org/jeps/480

Summary Simplify concurrent programming by introducing an API for structured concurrency. Structured concurrency treats groups of related tasks running in different threads as a single unit of work, thereby streamlining error handling and cancellation, improving reliability, and enhancing observability. This is a preview API.

Predecessor: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1639

mpalat commented 1 month ago

@subyssurendran666 can you please investigate this for JAVA23?