protected final class OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
extends java.lang.Object
implements java.util.concurrent.Executor, java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicBoolean |
isRunning |
private java.util.Queue<java.lang.Runnable> |
tasks |
| Modifier | Constructor and Description |
|---|---|
protected |
ChildExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |
void |
run() |