Skip to content

Commit 114c32c

Browse files
committed
add netty5 doc
1 parent 7d76057 commit 114c32c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ twitter关于3.0与4.0中Channel Event的说明:
5656
[@章炎-友盟](http://weibo.com/dirlt)的博客:
5757
[http://dirlt.com/netty.html](http://dirlt.com/netty.html)
5858

59+
[@李林锋hw](http://weibo.com/lilinfeng)的大作: [Netty5.0架构剖析和源码解读.pdf](http://vdisk.weibo.com/s/C9LV9iVqH13rW)
60+
5961
## 使用Netty的开源项目:
6062

6163
* ### [Dubbo](https://github.com/alibaba/dubbo)

detail/ch1-async-in-netty.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
理解Netty中的异步
22
====
3-
首先,事件驱动的Handler机制本身就是异步的。其次,`ChannelFuture`保证了操作的异步性
3+
首先,事件驱动的Handler机制本身就是异步的。其次,`ChannelFuture`为异步操作提供了同步的方式。与Future对应的还有`ChannelListener`
44

5+
Future可以理解为化异步为同步的一个方式。JDK里的`Future`就是如此。

0 commit comments

Comments
 (0)