public interface RejectedExecutionHandler
Modifier and Type | Field and Description |
---|---|
static RejectedExecutionHandler |
REJECT_EXCEPTION_EXEC_HANDLER |
static RejectedExecutionHandler |
RUN_IN_CALLER_EXEC_HANDLER |
Modifier and Type | Method and Description |
---|---|
void |
rejectedExecution(Runnable r,
LifoThreadPool executor) |
static final RejectedExecutionHandler REJECT_EXCEPTION_EXEC_HANDLER
static final RejectedExecutionHandler RUN_IN_CALLER_EXEC_HANDLER
void rejectedExecution(Runnable r, LifoThreadPool executor)
Copyright © 2018 SPF4J. All rights reserved.