Imagine_Muduo is a network communication implementer providing thread pool with producer-consumer module and realizing IO multiplexing with epoll in C++.
If you find a bug, post an issue! If you have questions about how to use Imagine_Muduo, feel free to shoot me an email at [email protected]
Imagine_Muduo uses CMake to support building. Install CMake before proceeding.
2. If it's your first time to build Imagine_Muduo, excuting command 'make init' to init the thirdparty
Note: If you know what are you doing, you can Navigating into the thirdparty directory and using command 'git checkout' choosing the correct commitId of thirdparty before excuting command 'make prepare'