Java Cup
Inside Java

News and views from members of the Java team at Oracle

New candidate JEP: 428: Structured Concurrency (Incubator)

Simplify multithreaded programming by introducing a library 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.java.net/jeps/428.