Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ started
Method
started
muduo/net/EventLoopThreadPool.h:49–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
std::vector<EventLoop*> getAllLoops();
48
49
bool started() const
50
{ return started_; }
51
52
const string& name() const
53
{ return name_; }
Callers
1
startLoop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected