- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testZeroElements (0.06 sec)
-
android/guava-tests/test/com/google/common/collect/QueuesTest.java
producer.doneProducing.await(); if (drained == 0) { q.poll(); // not necessarily there if producer was interrupted } } } public void testZeroElements() throws Exception { for (BlockingQueue<Object> q : blockingQueues()) { checkZeroElements(q); } } private void checkZeroElements(BlockingQueue<Object> q) throws InterruptedException {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 12.2K bytes - Viewed (0)