- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for runUninterruptiblyWithTimeout (0.25 sec)
-
guava/src/com/google/common/util/concurrent/TimeLimiter.java
* @throws ExecutionError if {@code runnable} throws an {@code Error} * @since 28.0 */ default void runUninterruptiblyWithTimeout(Runnable runnable, Duration timeout) throws TimeoutException { runUninterruptiblyWithTimeout(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)