- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for drainQueue (0.04 sec)
-
guava/src/com/google/common/util/concurrent/Striped.java
return existing; } } drainQueue(); return created; } // N.B. Draining the queue is only necessary to ensure that we don't accumulate empty references // in the array. We could skip this if we decide we don't care about holding on to Reference // objects indefinitely. private void drainQueue() { Reference<? extends L> ref;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 20.6K bytes - Viewed (0)