- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SnappyShutdownService (0.12 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java
* terminated() listeners. */ private static class SnappyShutdownService extends AbstractExecutionThreadService { final int index; final CountDownLatch latch = new CountDownLatch(1); SnappyShutdownService(int index) { this.index = index; } @Override protected void run() throws Exception { latch.await();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:51:36 UTC 2024 - 25.5K bytes - Viewed (0)