/////////////////////////////////////////////////////////////////////////// ThreadPoolExecutor begin
| 69 | //////////////////////////////////////////////////////////////////////////////// |
| 70 | // ThreadPoolExecutor begin |
| 71 | ThreadPoolExecutor::~ThreadPoolExecutor() noexcept { |
| 72 | stop(); |
| 73 | } |
| 74 | |
| 75 | void ThreadPoolExecutor::set_worker_number(size_t worker_number) noexcept { |
| 76 | _worker_number = worker_number; |
nothing calls this directly
no outgoing calls
no test coverage detected