Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDrainUninterruptibly_doesNotThrow (0.2 sec)

  1. guava-tests/test/com/google/common/collect/QueuesTest.java

          fail();
        } catch (InterruptedException expected) {
        }
      }
    
      public void testDrainUninterruptibly_doesNotThrow() throws Exception {
        for (BlockingQueue<Object> q : blockingQueues()) {
          testDrainUninterruptibly_doesNotThrow(q);
        }
      }
    
      private void testDrainUninterruptibly_doesNotThrow(final BlockingQueue<Object> q) {
        final Thread mainThread = currentThread();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 02:42:09 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top