netty源码解解析(4.0)-6 线程模型-IO线程EventLoopGroup和NIO实现(一)
接口定义io.netty.channel.EventLoopGroupextendsEventExecutorGroup方法说明ChannelFutureregister(Channelchannel)把一个channel注册到一个EventLoopChannelFutureregister(Channelchannel,ChannelPromisepromise);同上io.netty.chan