Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WeakSafeReadWriteLock (0.64 sec)

  1. guava/src/com/google/common/util/concurrent/Striped.java

        return lazyWeakCustom(stripes, WeakSafeReadWriteLock::new);
      }
      /**
       * ReadWriteLock implementation whose read and write locks retain a reference back to this lock.
       * Otherwise, a reference to just the read lock or just the write lock would not suffice to ensure
       * the {@code ReadWriteLock} is retained.
       */
      private static final class WeakSafeReadWriteLock implements ReadWriteLock {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jun 26 12:58:35 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top