Muduo_Day4(EventLoop,Acceptor与TcpServer,TcpConnection深究)
EventLoop中时序深究:时序1.png时序2.png过程:1.在程序中我们一般会先构造一个EventLoop对象(muduo::EventLooploop),EventLoop构造函数初始化列表,构造poller_,timerQueue_,wakeupFd_和wakeupChannel_等成员,在函数中具体表现为:poller_(newPoller(this)),timerQueue_(ne