- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRunIdempotency (0.07 sec)
-
guava-tests/test/com/google/common/util/concurrent/TrustedListenableFutureTaskTest.java
exitLatch.await(); assertTrue(interruptedExceptionThrown.get()); } @J2ktIncompatible @GwtIncompatible // blocking wait public void testRunIdempotency() throws Exception { int numThreads = 10; ExecutorService executor = newFixedThreadPool(numThreads); for (int i = 0; i < 1000; i++) { AtomicInteger counter = new AtomicInteger();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 7.2K bytes - Viewed (0)