|
Re: what to do about InterruptedExceptioninThreadPoolExecutor.awaitTerminat: msg#00022java.jsr.166-concurrency
Alexandru Popescu wrote: >> But I am not clear why you need to >> shutdown the executor in the code above. Do you want to wait for _all_ >> submitted tasks to finish, or just the one you just submitted? In the >> latter case, you should call get() on the future object returned from >> submit(), instead of awaitTermination on the executor. >> > The reason I need an awaitTimeout is cause I must be able to timeout the > method. > There is also future.get(timeout)... Regards, Dawid
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: what to do about InterruptedException inThreadPoolExecutor.awaitTermination, Alexandru Popescu |
|---|---|
| Next by Date: | Re: what to do about InterruptedExceptioninThreadPoolExecutor.awaitTermination, Alexandru Popescu |
| Previous by Thread: | Re: what to do about InterruptedException inThreadPoolExecutor.awaitTermination, Alexandru Popescu |
| Next by Thread: | Re: what to do about InterruptedExceptioninThreadPoolExecutor.awaitTermination, Alexandru Popescu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |