234235236237238239240241
@Override protected void checkDeadLock() { EventExecutor e = executor(); if (e != null && !(e instanceof DefaultChannelGroup.ImmediateEventExecutor) && e.inEventLoop()) { throw new BlockingOperationException(); } }