Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5bc2a commit 26f843fCopy full SHA for 26f843f
posts/ch4-reactor.md
@@ -142,7 +142,7 @@ abstract class AbstractNioSelector implements NioSelector {
142
143
这不就是第二部分提到的selector经典用法了么?
144
145
-在4.0之后,作者觉得`NioSelector`这个叫法,以及区分`NioBoss`和`NioWorker`的做法稍微繁琐了点,干脆就将这些合并成了`NioEventLoop`,从此这两个角色就不做区分了。我倒是觉得新版本的会更优雅一点。
+在Netty 4.0之后,作者觉得`NioSelector`这个叫法,以及区分`NioBoss`和`NioWorker`的做法稍微繁琐了点,干脆就将这些合并成了`NioEventLoop`,从此这两个角色就不做区分了。我倒是觉得新版本的会更优雅一点。
146
147
### 3、Netty中的多线程
148
0 commit comments