CallerRunsPolicy.rejectedExecution

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

@param r the runnable task requested to be executed @param e the executor attempting to execute this task

class CallerRunsPolicy
void
rejectedExecution

Meta