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