Package org.jboss.netty.util.internal
Class DeadLockProofWorker
- java.lang.Object
-
- org.jboss.netty.util.internal.DeadLockProofWorker
-
public final class DeadLockProofWorker extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<Executor>
PARENT
An internal use only thread-local variable that tells theExecutor
that this worker acquired a worker thread from.
-
-
-
Field Detail
-
PARENT
public static final ThreadLocal<Executor> PARENT
An internal use only thread-local variable that tells theExecutor
that this worker acquired a worker thread from.
-
-