- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testWithTimeout (0.41 sec)
-
guava-tests/test/com/google/common/util/concurrent/FluentFutureTest.java
} }, directExecutor()); assertThat(f.get()).isEqualTo(2); } @J2ktIncompatible @GwtIncompatible // withTimeout public void testWithTimeout() throws Exception { ScheduledExecutorService executor = newScheduledThreadPool(1); try { FluentFuture<?> f = FluentFuture.from(SettableFuture.create()).withTimeout(0, SECONDS, executor);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 5.8K bytes - Viewed (0)