- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for tryStartTiming (0.05 sec)
-
android/guava/src/com/google/common/util/concurrent/ServiceManager.java
for (Service service : services) { checkState(service.state() == NEW, "Not all services are NEW, cannot start %s", this); } for (Service service : services) { try { state.tryStartTiming(service); service.startAsync(); } catch (IllegalStateException e) { // This can happen if the service has already been started or stopped (e.g. by another
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 33.2K bytes - Viewed (1)