...
Wiki Markup |
---|
The {{ExecutorService.submit()}} method can be used (in place of the {{execute()}} method) to submit a task to a thread pool and obtain a {{Future}} object. When the task is submitted via {{ExecutorService.submit()}}, thrown exceptions never reach the uncaught exception handler because the thrown exception is considered to be part of the return status and is consequently wrapped in an {{ExecutionException}} and rethrown by {{Future.get()}} \[[Goetz 20062006a|AA. References#Goetz 06]\]. |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="23b90a44f16f4066-bfbc4d84-499c4b22-bdf7ac98-686f182c59c8aa5280d41464"><ac:plain-text-body><![CDATA[ | [[API 2006 | AA. References#API 06]] | Interfaces | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7601a10426761b44-3c1d973d-480d402d-92f0858f-357c1fbe0cdb7c57efa96a32"><ac:plain-text-body><![CDATA[ | [[Goetz 20062006a | AA. References#Goetz 06]] | Chapter 7.3, Handling Abnormal Thread Termination | ]]></ac:plain-text-body></ac:structured-macro> |
...