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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close