- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for drainQueue (0.17 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 Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jun 26 12:58:35 UTC 2024 - 20.6K bytes - Viewed (0)