Interface StartupProgress.Counter
- Enclosing class:
- StartupProgress
public static interface StartupProgress.Counter
Allows a caller to increment a counter for tracking progress.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAtomically increments this counter, adding 1 to the current value.
-
Method Details
-
increment
void increment()Atomically increments this counter, adding 1 to the current value.
-