Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Latest commit

 

History

History
# muduo注释版
本仓库是本人阅读muduo源码时,对muduo顺手做了一些注释,希望能对大家所有帮助。

- [muduo原仓库](https://github.com/chenshuo/muduo)
- [muduo源码剖析](https://www.cyhone.com/articles/analysis-of-muduo/)

Muduo is a multithreaded C++ network library based on
the reactor pattern.
It runs on Linux with kernel version >= 2.6.28.
http://code.google.com/p/muduo/

Copyright (c) 2010, Shuo Chen.  All rights reserved.

Use of this source code is governed by a BSD-style
license that can be found in the License file.

  __  __           _
 |  \/  |         | |
 | \  / |_   _  __| |_   _  ___
 | |\/| | | | |/ _` | | | |/ _ \
 | |  | | |_| | (_| | |_| | (_) |
 |_|  |_|\__,_|\__,_|\__,_|\___/