Nuacht

The Java team at Oracle is working to address two common cases in which a virtual thread parks or blocks and the underlying native thread is not released.
Unfortunately, Java applications taking advantage of multiple threads can at times run into the dreaded deadlock condition. Fortunately, the Java Platform makes deadlock detection relatively easy.
Virtual threads, revealed in Java's Project Loom and generally available with the Java 21 LTS, promise unparalleled scalability, simplified asynchronous coding and more efficient resource utilization.