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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |