Versions Compared

Key

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

Wiki Markup
Programs may submit _only_ tasks that support interruption using {{Thread.interrupt()}} to thread pools that require the ability to shut down the thread pool or to cancel individual tasks within the pool. Programs must not submit tasks that lack interruption support to such thread pools. According to the Java API interface \[[API 2006|AA. Bibliography#APIReferences#API 06]\], the {{java.util.concurrent.ExecutorService.shutdownNow()}} method

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="76de3dff319e5c2e-615d8ceb-4b1543de-a6009dcb-fa6cd10be6b3f344de92b6b4"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API References#API 06]]

interface ExecutorService

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fc7f389ee0d8d931-ac1e8ede-4b244679-83a4b759-d74530a64929785a1348955f"><ac:plain-text-body><![CDATA[

[[Goetz 2006

AA. Bibliography#Goetz References#Goetz 06]]

Chapter 7, Cancellation and Shutdown

]]></ac:plain-text-body></ac:structured-macro>

...