RejectedExecutionHandler
public static class ThreadPoolExecutor.CallerRunsPolicy extends Object implements RejectedExecutionHandler
execute
CallerRunsPolicy()
CallerRunsPolicy
void
rejectedExecution(Runnable r, ThreadPoolExecutor e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CallerRunsPolicy()
public void rejectedExecution(Runnable r, ThreadPoolExecutor e)
rejectedExecution
r
e