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