MCPcopy Create free account
hub / github.com/834810071/muduo_study / loop

Method loop

net/EventLoop.cpp:130–166  ·  view source on GitHub ↗

Description : 事件循环。在某线程中实例化EventLoop对象,这个线程 就是IO线程,必须在IO线程中执行loop()操作,在当前IO线程中进行 updateChannel,在当前线程中进行removeChannel。

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.45

Calls 3

clearMethod · 0.80
pollMethod · 0.45
handleEventMethod · 0.45

Tested by 1

mainFunction · 0.36