| 360 | //-------------------------------------------------------------------------- |
| 361 | |
| 362 | ThreadPool::~ThreadPool() |
| 363 | { |
| 364 | shutdown(); |
| 365 | } |
| 366 | |
| 367 | //-------------------------------------------------------------------------- |
| 368 |
nothing calls this directly
no test coverage detected