Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ServiceDelegate (0.06 seconds)

  1. android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

        private Scheduler() {}
      }
    
      /* use AbstractService for state management */
      private final AbstractService delegate = new ServiceDelegate();
    
      @WeakOuter
      private final class ServiceDelegate extends AbstractService {
    
        // A handle to the running task so that we can stop it when a shutdown has been requested.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 27.7K bytes
    - Click Count (0)
Back to Top