- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkHealthy (0.57 sec)
-
android/guava/src/com/google/common/util/concurrent/ServiceManager.java
listeners.addListener(listener, executor); } void awaitHealthy() { monitor.enterWhenUninterruptibly(awaitHealthGuard); try { checkHealthy(); } finally { monitor.leave(); } } void awaitHealthy(long timeout, TimeUnit unit) throws TimeoutException { monitor.enter(); try {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 33.2K bytes - Viewed (0)