Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runWithTimeout (0.3 sec)

  1. guava/src/com/google/common/util/concurrent/TimeLimiter.java

       * @throws ExecutionError if {@code runnable} throws an {@code Error}
       * @since 28.0
       */
      default void runWithTimeout(Runnable runnable, Duration timeout)
          throws TimeoutException, InterruptedException {
        runWithTimeout(runnable, toNanosSaturated(timeout), TimeUnit.NANOSECONDS);
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri May 12 18:32:03 UTC 2023
    - 15.3K bytes
    - Viewed (0)
Back to top