Details
Description
Virtual threads have been added to the Java Platform as a preview feature. Virtual threads are lightweight threads that are scheduled by the Java runtime rather than the operating system. Virtual threads reduce the effort of developing, maintaining, and observing high-throughput concurrent applications.
For further details, see [JEP 425](https://openjdk.java.net/jeps/425).
For further details, see [JEP 425](https://openjdk.java.net/jeps/425).