- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testScheduleCallable (0.07 seconds)
-
guava-tests/test/com/google/common/util/concurrent/ListeningScheduledExecutorServiceTest.java
assertThat(recordedCommand).isSameInstanceAs(command); assertThat(recordedTimeUnit).isEqualTo(NANOSECONDS); assertThat(Duration.ofNanos(recordedDelay)).isEqualTo(Duration.ofSeconds(12)); } public void testScheduleCallable() throws Exception { Callable<String> callable = () -> "hello"; ListenableScheduledFuture<String> future = executorService.schedule(callable, Duration.ofMinutes(12));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 6.5K bytes - Click Count (0)