- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testListeningExecutorServiceInvokeAllJavadocCodeCompiles (0.44 sec)
-
guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
executor.shutdown(); assertThrows(RejectedExecutionException.class, () -> executor.execute(EMPTY_RUNNABLE)); } public <T> void testListeningExecutorServiceInvokeAllJavadocCodeCompiles() throws Exception { ListeningExecutorService executor = newDirectExecutorService(); List<Callable<T>> tasks = ImmutableList.of(); List<? extends Future<?>> unused = executor.invokeAll(tasks);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 28K bytes - Viewed (0)