rejectedExecution

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

Executes task r in the caller's thread, unless the executor has been shut down, in which case the task is discarded.

Parameters

r

the runnable task requested to be executed

e

the executor attempting to execute this task