Uses of Interface
com.intellij.util.concurrency.ReadWriteLock
-
Packages that use ReadWriteLock Package Description com.intellij.util.concurrency -
-
Uses of ReadWriteLock in com.intellij.util.concurrency
Classes in com.intellij.util.concurrency that implement ReadWriteLock Modifier and Type Class Description class
ReentrantWriterPreferenceReadWriteLock
A writer-preference ReadWriteLock that allows both readers and writers to reacquire read or write locks in the style of a ReentrantLock.class
WriterPreferenceReadWriteLock
A ReadWriteLock that prefers waiting writers over waiting readers when there is contention.
-