Class VirtualThreadSynchronizationNotes
java.lang.Object
net.jrodolfo.java_evolution.java24.VirtualThreadSynchronizationNotes
Explains Java 24 synchronization improvements for virtual threads.
Virtual threads are most useful when blocking operations do not unnecessarily pin platform threads. Java 24 improved synchronization behavior so existing synchronized code can work better with virtual threads.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VirtualThreadSynchronizationNotes
public VirtualThreadSynchronizationNotes()
-
-
Method Details
-
purpose
-
benefit
-