摘要: EventLoopGroup负责管理Channel的事件处理任务,继承自java.util.concurrent包下的Executor,所以其结构类似与线程池,管理多个EventLoop。 而一个EventLoop将由一个永远不会改变的Thread驱动,同时任务(Runnable或者Callable 阅读全文
posted @ 2019-06-09 16:21 wuweishuo 阅读(1777) 评论(0) 推荐(0)