MCPcopy Create free account
hub / github.com/Shangyizhou/A-Tiny-Network-Library / name

Method name

src/net/EventLoopThreadPool.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 bool started() const { return started_; }
32 const std::string name() const { return name_; }
33private:
34 EventLoop *baseLoop_; // 用户使用muduo创建的loop 如果线程数为1 那直接使用用户创建的loop 否则创建多EventLoop
35 std::string name_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected