1.创建NioEventLoopGroup
Java · 3 notes
- Netty Source: Creating NioEventLoopGrouphistorical
Historical source view of how a NioEventLoopGroup creates and manages child event loops.
- Netty Source: Creating EventLoop Executorshistorical
How Netty associates event loops with executors/threads and why event-loop thread ownership matters.
- Netty Source: Creating NioEventLoop Childrenhistorical
Creation of the event-loop child set and channel-to-event-loop selection in a NioEventLoopGroup.