Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for whenClosedCountDown (0.15 sec)

  1. guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

      /** Waits for the given step's closeables to be closed. */
      void waitUntilClosed(ClosingFuture<?> closingFuture) {
        assertTrue(awaitUninterruptibly(closingFuture.whenClosedCountDown(), 1, SECONDS));
      }
    
      void assertThatFutureFailsWithException(Future<?> future) {
        try {
          getUninterruptibly(future);
          fail("Expected future to fail: " + future);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

      /** Waits for the given step's closeables to be closed. */
      void waitUntilClosed(ClosingFuture<?> closingFuture) {
        assertTrue(awaitUninterruptibly(closingFuture.whenClosedCountDown(), 1, SECONDS));
      }
    
      void assertThatFutureFailsWithException(Future<?> future) {
        try {
          getUninterruptibly(future);
          fail("Expected future to fail: " + future);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
Back to top