New candidate JEP: 499: Structured Concurrency (Fourth Preview)

Mark Reinhold mark.reinhold at oracle.com
Thu Nov 14 18:08:59 UTC 2024


https://openjdk.org/jeps/499

  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.

- Mark


More information about the jdk-dev mailing list