Package net.jrodolfo.java_evolution.java25.structured_concurrency
package net.jrodolfo.java_evolution.java25.structured_concurrency
Executable learning module for Java 25 Structured Concurrency.
Structured Concurrency is a preview API for treating related concurrent
subtasks as one unit of work. Read README.md in this package for the
problem statement, lifecycle, child-process preview workflow, and test
boundary.
-
ClassDescriptionDemonstrates Structured Concurrency, previewed for the fifth time in Java 25 by JEP 505.Result from one child process invocation.Result from compiling and running the generated preview source.