Package net.jrodolfo.java_evolution.java20.structured_concurrency


package net.jrodolfo.java_evolution.java20.structured_concurrency
Explains Java 20 structured concurrency as a second incubator feature.

Read the package README to understand the parent-child task lifetime problem, the limitations of manual ExecutorService/Future coordination, and the path toward the later Java 25 structured_concurrency module.