| 406 | thread::ThreadPoolInterface* thread_pool() { return params_.thread_pool; } |
| 407 | |
| 408 | Params params() { return params_; } |
| 409 | |
| 410 | std::unique_ptr<thread::ThreadPool> CreateThreadPool(const string& name, |
| 411 | int num_threads) { |
no outgoing calls
no test coverage detected