EDU.oswego.cs.dl.util.concurrent
public static interface PooledExecutor.BlockedExecutionHandler
Modifier and Type | Method and Description |
---|---|
boolean |
blockedAction(java.lang.Runnable command)
Return true if successfully handled so, execute should
terminate; else return false if execute loop should be retried.
|