A handler for rejected tasks that throws a RejectedExecutionException.
A handler for rejected tasks that throws a RejectedExecutionException.
(->abort-policy)Constructor.
Creates an AbortPolicy.
Constructor. Creates an AbortPolicy.
(rejected-execution this r e)Always throws RejectedExecutionException.
r - the runnable task requested to be executed - java.lang.Runnable
e - the executor attempting to execute this task - java.util.concurrent.ThreadPoolExecutor
throws: java.util.concurrent.RejectedExecutionException - always
Always throws RejectedExecutionException. r - the runnable task requested to be executed - `java.lang.Runnable` e - the executor attempting to execute this task - `java.util.concurrent.ThreadPoolExecutor` throws: java.util.concurrent.RejectedExecutionException - always
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |