| 348 | //-------------------------------------------------------------------------- |
| 349 | |
| 350 | ThreadPool::~ThreadPool() |
| 351 | { |
| 352 | shutdown(); |
| 353 | } |
| 354 | |
| 355 | //-------------------------------------------------------------------------- |
| 356 |
nothing calls this directly
no test coverage detected