Virtual threads are being proposed for Java, in an effort to dramatically reduce the effort required to write, maintain, and observe high-throughput concurrent applications. A draft JDK Enhancement ...
Extent-local variables would provide a way to share data both within a thread and with child threads in Java, making it easier to reason about data flow. Java could gain a capability for sharing ...