Skip to content

Commit

Permalink
Merge pull request balloonwj#9 from smileAllYears/patch-1
Browse files Browse the repository at this point in the history
Update libevent源码深度剖析02.md
  • Loading branch information
balloonwj authored Jul 18, 2022
2 parents 15ff7ef + 804f8c3 commit 235acc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Reactor模式

前面讲到,整个libevent本身就是一个**Reactor**,因此本节将专门对Reactor模式进行必要的介绍,并列出libevnet中的几个重要组件和Reactor的对应关系,在后面的章节中可能还会提到本节介绍的基本概念。
前面讲到,整个libevent本身就是一个**Reactor**,因此本节将专门对Reactor模式进行必要的介绍,并列出libevent中的几个重要组件和Reactor的对应关系,在后面的章节中可能还会提到本节介绍的基本概念。



Expand Down

0 comments on commit 235acc9

Please sign in to comment.