itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Remove the shutdown method from OperationQueue #49

Closed mlegenhausen closed 13 years ago

mlegenhausen commented 13 years ago

ExecutorService you want to shutdown manually should be given as constructor arguments. Default ExecutorService initialisation can be kept. See for example the SimpleTimeLimiter, which initializes an internal CachedThreadExecutor but has no method for a shutdown.