public final class DeadLockProofWorker extends Object
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Executor> |
PARENT
An internal use only thread-local variable that tells the
Executor that this worker acquired a worker thread from. |
public static final ThreadLocal<Executor> PARENT
Executor
that this worker acquired a worker thread from.Copyright © 2008–2016 The Netty Project. All rights reserved.