public interface ExecutorServiceFactory
Modifier and Type | Method and Description |
---|---|
ScheduledExecutorService |
getScheduledExecutorService() |
ExecutorService |
newSingleThreadExecutorService() |
void |
shutdown() |
ScheduledExecutorService getScheduledExecutorService()
ExecutorService newSingleThreadExecutorService()
void shutdown()
Copyright © 2012–2014 Pi4J. All rights reserved.