New candidate JEP: 437: Structured Concurrency (2nd Incubator)


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

More at https://openjdk.org/jeps/437