rejectedExecution

open override fun rejectedExecution(r: Runnable, e: ThreadPoolExecutor)

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

Parameters

r

the runnable task requested to be executed

e

the executor attempting to execute this task