Added a TODO for 4.0 (or 3.3?)

This commit is contained in:
Trustin Lee 2010-05-19 12:23:44 +00:00
parent c64e6866f6
commit be544fa899

View File

@ -132,6 +132,9 @@ import org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap;
public class OrderedMemoryAwareThreadPoolExecutor extends
MemoryAwareThreadPoolExecutor {
// TODO Make OMATPE focus on the case where Channel is the key.
// Add a new less-efficient TPE that allows custom key.
private final ConcurrentMap<Object, Executor> childExecutors = newChildExecutorMap();
/**