Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for wrapAndThrowRuntimeExecutionExceptionOrError (0.27 seconds)

  1. android/guava/src/com/google/common/util/concurrent/SimpleTimeLimiter.java

        } catch (InterruptedException | TimeoutException e) {
          future.cancel(true /* mayInterruptIfRunning */);
          throw e;
        } catch (ExecutionException e) {
          wrapAndThrowRuntimeExecutionExceptionOrError(e.getCause());
          throw new AssertionError();
        }
      }
    
      @Override
      public void runUninterruptiblyWithTimeout(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Sep 08 18:35:13 GMT 2025
    - 9.6K bytes
    - Click Count (0)
Back to Top