org.jboss.netty.util.internal
Class DeadLockProofWorker
java.lang.Object
org.jboss.netty.util.internal.DeadLockProofWorker
public final class DeadLockProofWorker
- extends Object
- Version:
- $Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
- Author:
- Trustin Lee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARENT
public static final ThreadLocal<Executor> PARENT
- An internal use only thread-local variable that tells the
Executor
that this worker acquired a worker thread from.
start
public static void start(Executor parent,
Runnable runnable)
Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.