Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SnappyShutdownService (0.46 seconds)

  1. 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();
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Sep 22 17:49:12 GMT 2025
    - 25.5K bytes
    - Click Count (0)
Back to Top