DiscardPolicy

A handler for rejected tasks that silently discards the rejected task.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun rejectedExecution(r: Runnable, e: ThreadPoolExecutor)

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