Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wiki Markup
Do not submit tasks that do not support interruption using {{Thread.interrupt()}} to a thread pool if it is necessary to shut down the thread pool or to cancel individual tasks within it. According to the Java API interface \[[API 2006|AA. Java References#APIBibliography#API 06]\], the {{java.util.concurrent.ExecutorService.shutdownNow()}} method

...

Wiki Markup
\[[API 2006|AA. Java References#APIBibliography#API 06]\] interface ExecutorService
\[[Goetz 2006|AA. Java References#GoetzBibliography#Goetz 06]\] Chapter 7: Cancellation and shutdown

...