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 is a website building & hosting documentation for Clojure/Script libraries
× close