- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for newSingleThreadScheduledExecutor (0.92 seconds)
-
android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
@Override public Thread newThread(Runnable runnable) { return MoreExecutors.newThread(serviceName(), runnable); } } ScheduledExecutorService executor = Executors.newSingleThreadScheduledExecutor(new ThreadFactoryImpl()); // Add a listener to shut down the executor after the service is stopped. This ensures that the // JVM shutdown will not be prevented from exiting after this service has stopped or failed.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 27.7K bytes - Click Count (0) -
guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
@Override public Thread newThread(Runnable runnable) { return MoreExecutors.newThread(serviceName(), runnable); } } ScheduledExecutorService executor = Executors.newSingleThreadScheduledExecutor(new ThreadFactoryImpl()); // Add a listener to shut down the executor after the service is stopped. This ensures that the // JVM shutdown will not be prevented from exiting after this service has stopped or failed.Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 27.8K bytes - Click Count (0)