public final class DeadLockProofWorker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.ThreadLocal<java.util.concurrent.Executor> |
PARENT
An internal use only thread-local variable that tells the
Executor that this worker acquired a worker thread from. |
| Modifier | Constructor and Description |
|---|---|
private |
DeadLockProofWorker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
start(java.util.concurrent.Executor parent,
java.lang.Runnable runnable) |