Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf committed Jun 18, 2015
1 parent 1ffa607 commit a7beab1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ MacOSX上使用kqueue

[http://www.oschina.net/p/c11-handy](http://www.oschina.net/p/c11-handy)

###支持半同步半异步处理

异步管理网络I/O,同步处理请求,可以简化服务器处理逻辑的编写,示例参见examples/hsha.cc

###openssl支持

异步连接管理,支持openssl连接
Expand All @@ -35,10 +39,6 @@ MacOSX上使用kqueue

10行代码能够编写一个完整的服务器

###支持半同步半异步处理

异步管理网络I/O,同步处理请求,可以简化服务器处理逻辑的编写,示例参见examples/hsha.cc

###代码示例--echo-server

```c
Expand Down

0 comments on commit a7beab1

Please sign in to comment.