- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NoOpDelayedService (0.14 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java
} } /* * A NoOp service that will delay the startup and shutdown notification for a configurable amount * of time. */ private static class NoOpDelayedService extends NoOpService { private long delay; public NoOpDelayedService(long delay) { this.delay = delay; } @Override protected void doStart() { new Thread() { @Override public void run() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:51:36 UTC 2024 - 25.5K bytes - Viewed (0)