| 35 | EventLoopThreadPool(EventLoop* baseLoop, const string& nameArg); |
| 36 | ~EventLoopThreadPool(); |
| 37 | void setThreadNum(int numThreads) { numThreads_ = numThreads; } |
| 38 | void start(const ThreadInitCallback& cb = ThreadInitCallback()); |
| 39 | |
| 40 | // valid after calling start() |
nothing calls this directly
no outgoing calls
no test coverage detected