Class SharedExecutor.CallerRunsPolicy
- java.lang.Object
-
- com.complexible.common.util.concurrent.SharedExecutor.CallerRunsPolicy
-
- All Implemented Interfaces:
java.util.concurrent.RejectedExecutionHandler
- Enclosing class:
- SharedExecutor
public static final class SharedExecutor.CallerRunsPolicy extends java.lang.Object implements java.util.concurrent.RejectedExecutionHandler
-
-
Constructor Summary
Constructors Constructor Description CallerRunsPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
rejectedExecution(java.lang.Runnable r, java.util.concurrent.ThreadPoolExecutor e)
-