Liking cljdoc? Tell your friends :D

jdk.util.concurrent.ThreadPoolExecutor$DiscardPolicy

A handler for rejected tasks that silently discards the rejected task.

A handler for rejected tasks that silently discards the
rejected task.
raw docstring

->discard-policyclj

(->discard-policy)

Constructor.

Creates a DiscardPolicy.

Constructor.

Creates a DiscardPolicy.
raw docstring

rejected-executionclj

(rejected-execution this r e)

Does nothing, which has the effect of discarding task r.

r - the runnable task requested to be executed - java.lang.Runnable e - the executor attempting to execute this task - java.util.concurrent.ThreadPoolExecutor

Does nothing, which has the effect of discarding task r.

r - the runnable task requested to be executed - `java.lang.Runnable`
e - the executor attempting to execute this task - `java.util.concurrent.ThreadPoolExecutor`
raw docstring

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

× close