Class SharedScheduledExecutorService

java.lang.Object
org.ros.concurrent.SharedScheduledExecutorService
All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService

public class SharedScheduledExecutorService extends Object implements ScheduledExecutorService
A ScheduledExecutorService which cannot be shut down. This can be safely injected into instances which should not be in control of the ExecutorService's lifecycle.
Author:
khughes@google.com (Keith M. Hughes)