Added a TODO for 4.0 (or 3.3?)
This commit is contained in:
parent
c64e6866f6
commit
be544fa899
@ -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();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user