Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
int main()
11
{
12
muduo::net::EventLoop loop;
13
loop.runAfter(5, print);
14
loop.loop();
15
}
16
Callers
nothing calls this directly
Calls
2
runAfter
Method · 0.80
loop
Method · 0.80
Tested by
no test coverage detected