Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for who (0.2 sec)

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

        state.awaitStopped(timeout, unit);
      }
    
      /**
       * Returns true if all services are currently in the {@linkplain State#RUNNING running} state.
       *
       * <p>Users who want more detailed information should use the {@link #servicesByState} method to
       * get detailed information about which services are not running.
       */
      public boolean isHealthy() {
        for (Service service : services) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Dec 13 19:45:20 GMT 2023
    - 30.5K bytes
    - Viewed (0)
Back to top