Re: ExecutorService.shutdown

2017-01-11 Thread Mikael Ståldal
> > > > It seems like ExecutorService.shutdown invokes > executorService.shutdown() twice If timeout is 0. Is this correct? > > A) Do you mean ExecutorServices? I don’t see any code that calls > shutdown() twice. I do see code that calls shutdown() followed by > shutdownNow(). &g

Re: ExecutorService.shutdown

2017-01-10 Thread Apache
> On Jan 10, 2017, at 2:09 PM, Mikael Ståldal wrote: > > It seems like ExecutorService.shutdown invokes executorService.shutdown() > twice If timeout is 0. Is this correct? A) Do you mean ExecutorServices? I don’t see any code that calls shutdown() twice. I do see code that ca

ExecutorService.shutdown

2017-01-10 Thread Mikael Ståldal
It seems like ExecutorService.shutdown invokes executorService.shutdown() twice If timeout is 0. Is this correct?