A handler for rejected tasks that silently discards the rejected task.
A handler for rejected tasks that silently discards the rejected task.
(->discard-policy)
Constructor.
Creates a DiscardPolicy.
Constructor. Creates a DiscardPolicy.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close