Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for exports (0.15 sec)

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

      abstract void cancelFinalStepAndWait(ClosingFuture<TestCloseable> closingFuture);
    
      /**
       * Marks the given step final and waits for it to fail. Expects the failure exception to match
       * {@link AbstractClosingFutureTest#exception}.
       */
      abstract void assertFinallyFailsWithException(ClosingFuture<?> closingFuture);
    
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:15:24 GMT 2024
    - 75.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

      abstract void cancelFinalStepAndWait(ClosingFuture<TestCloseable> closingFuture);
    
      /**
       * Marks the given step final and waits for it to fail. Expects the failure exception to match
       * {@link AbstractClosingFutureTest#exception}.
       */
      abstract void assertFinallyFailsWithException(ClosingFuture<?> closingFuture);
    
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:15:24 GMT 2024
    - 74.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/Futures.java

      }
    
      /**
       * Returns a future that delegates to another but will finish early (via a {@link
       * TimeoutException} wrapped in an {@link ExecutionException}) if the specified duration expires.
       *
       * <p>The delegate future is interrupted and cancelled if it times out.
       *
       * @param delegate The future to delegate to.
       * @param unit the time unit of the time parameter
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 59.6K bytes
    - Viewed (0)
Back to top