- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for assertListenerRunImmediately (0.23 sec)
-
guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
} } }); otherThread.start(); ListenableFuture<?> future = executor.submit(incrementTask); assertTrue(future.isDone()); assertListenerRunImmediately(future); assertEquals(1, threadLocalCount.get().intValue()); otherThread.join(1000); assertEquals(Thread.State.TERMINATED, otherThread.getState());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 28K bytes - Viewed (0)