Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for RuntimeExceptionThrowingFuture (0.19 seconds)

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

          wasRun.countDown();
        }
      }
    
      public void testListenInPoolThreadRunsListenerAfterRuntimeException() throws Exception {
        RuntimeExceptionThrowingFuture<String> input = new RuntimeExceptionThrowingFuture<>();
        /*
         * RuntimeExceptionThrowingFuture is provably not a ListenableFuture at compile time, so this
         * code may someday upset Error Prone. We want the test, though, in case that changes in the
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 10K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java

          wasRun.countDown();
        }
      }
    
      public void testListenInPoolThreadRunsListenerAfterRuntimeException() throws Exception {
        RuntimeExceptionThrowingFuture<String> input = new RuntimeExceptionThrowingFuture<>();
        /*
         * RuntimeExceptionThrowingFuture is provably not a ListenableFuture at compile time, so this
         * code may someday upset Error Prone. We want the test, though, in case that changes in the
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 10K bytes
    - Click Count (0)
Back to Top