! * \brief Destructor */
| 547 | * \brief Destructor |
| 548 | */ |
| 549 | ~BlockingQueueThread() override { |
| 550 | // Call to parent first because we don't want to wait for the queue to empty |
| 551 | ThreadGroup::Thread::request_shutdown(); |
| 552 | request_shutdown(); |
| 553 | } |
| 554 | |
| 555 | /*! |
| 556 | * \brief Signal the thread that a shutdown is desired |
nothing calls this directly
no outgoing calls
no test coverage detected