Liking cljdoc? Tell your friends :D

jdk.util.concurrent.ThreadPoolExecutor$AbortPolicy

A handler for rejected tasks that throws a RejectedExecutionException.

A handler for rejected tasks that throws a
RejectedExecutionException.
raw docstring

->abort-policyclj

(->abort-policy)

Constructor.

Creates an AbortPolicy.

Constructor.

Creates an AbortPolicy.
raw docstring

rejected-executionclj

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close