- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for lazyWeakCustom (0.06 seconds)
-
guava/src/com/google/common/util/concurrent/Striped.java
* reentrant. * * @param stripes the minimum number of stripes (locks) required * @return a new {@code Striped<Lock>} */ public static Striped<Lock> lazyWeakLock(int stripes) { return lazyWeakCustom(stripes, () -> new ReentrantLock(false)); } /** * Creates a {@code Striped<L>} with lazily initialized, weakly referenced locks. Every lock is * obtained from the passed supplier. *
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 16 22:01:32 GMT 2025 - 20.6K bytes - Click Count (0)