- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SimpleTimeLimiter (0.05 sec)
-
guava/src/com/google/common/util/concurrent/SimpleTimeLimiter.java
@J2ktIncompatible @GwtIncompatible // TODO: b/227335009 - Maybe change interruption behavior, but it requires thought. @SuppressWarnings("Interruption") public final class SimpleTimeLimiter implements TimeLimiter { private final ExecutorService executor; private SimpleTimeLimiter(ExecutorService executor) { this.executor = checkNotNull(executor); } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 9.5K bytes - Viewed (0)