MCPcopy Create free account
hub / github.com/chenshuo/muduo / main

Function main

examples/asio/tutorial/timer2/timer.cc:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10int main()
11{
12 muduo::net::EventLoop loop;
13 loop.runAfter(5, print);
14 loop.loop();
15}
16

Callers

nothing calls this directly

Calls 2

runAfterMethod · 0.80
loopMethod · 0.80

Tested by

no test coverage detected