- Sort Score
- Num 10 results
- Language All
Results 51 - 51 of 51 for waitFor (0.11 seconds)
-
guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
throws ExecutionException, TimeoutException { ExecutorService executor = newSingleThreadExecutor(); Future<V> waiter = executor.submit(() -> input.get()); try { return getUninterruptibly(waiter, timeout, unit); } catch (ExecutionException e) { propagateIfInstanceOf(e.getCause(), ExecutionException.class);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0)