| 28 | // Must be called before start(). |
| 29 | void setMaxQueueSize(int maxSize) { maxQueueSize_ = maxSize; } |
| 30 | void setThreadInitCallback(const Task& cb) |
| 31 | { threadInitCallback_ = cb; } |
| 32 | |
| 33 | void start(int numThreads); |
| 34 | void stop(); |
nothing calls this directly
no outgoing calls
no test coverage detected