Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StackOverflowError (0.17 sec)

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

              String message = "Timed out";
              // This try-finally block ensures that we complete the timeout future, even if attempting
              // to produce the message throws (probably StackOverflowError from delegate.toString())
              try {
                if (timer != null) {
                  long overDelayMs = Math.abs(timer.getDelay(TimeUnit.MILLISECONDS));
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 01 21:46:34 GMT 2024
    - 7.7K bytes
    - Viewed (0)
Back to top