Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enqueueHealthyEvent (0.1 sec)

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

              // This means that the manager is currently healthy. N.B. If other threads call isHealthy
              // they are not guaranteed to get 'true', because any service could fail right now.
              enqueueHealthyEvent();
            } else if (states.count(TERMINATED) + states.count(FAILED) == numberOfServices) {
              enqueueStoppedEvent();
            }
          } finally {
            monitor.leave();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/ServiceManager.java

              // This means that the manager is currently healthy. N.B. If other threads call isHealthy
              // they are not guaranteed to get 'true', because any service could fail right now.
              enqueueHealthyEvent();
            } else if (states.count(TERMINATED) + states.count(FAILED) == numberOfServices) {
              enqueueStoppedEvent();
            }
          } finally {
            monitor.leave();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 33.2K bytes
    - Viewed (0)
Back to top