Class ReaderPreferenceReadWriteLock

  • All Implemented Interfaces:
    ReadWriteLock

    public class ReaderPreferenceReadWriteLock
    extends WriterPreferenceReadWriteLock
    A ReadWriteLock that prefers waiting readers over waiting writers when there is contention. The range of applicability of this class is very limited. In the majority of situations, writer preference locks provide more reasonable semantics.

    [ Introduction to this package. ]