| 19 | ~ThreadPool(); |
| 20 | |
| 21 | void setThreadInitCallback(const ThreadFunction& cb) { threadInitCallback_ = cb; } |
| 22 | void setThreadSize(const int& num) { threadSize_ = num; } |
| 23 | void start(); |
| 24 | void stop(); |
nothing calls this directly
no outgoing calls
no test coverage detected