- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testRegisterThreadSafety (0.59 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/eventbus/EventBusTest.java
} // NOTE: This test will always pass if register() is thread-safe but may also // pass if it isn't, though this is unlikely. public void testRegisterThreadSafety() throws Exception { List<StringCatcher> catchers = new CopyOnWriteArrayList<>(); List<Future<?>> futures = new ArrayList<>(); ExecutorService executor = newFixedThreadPool(10);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 11.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/eventbus/EventBusTest.java
} // NOTE: This test will always pass if register() is thread-safe but may also // pass if it isn't, though this is unlikely. public void testRegisterThreadSafety() throws Exception { List<StringCatcher> catchers = new CopyOnWriteArrayList<>(); List<Future<?>> futures = new ArrayList<>(); ExecutorService executor = newFixedThreadPool(10);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 11.6K bytes - Click Count (0)