#include "muduo/net/EventLoop.h" using namespace muduo; using namespace muduo::net; int main() { EventLoop loop; loop.loop(); }