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.