! * \brief Destructor */
| 657 | * \brief Destructor |
| 658 | */ |
| 659 | ~TimerThread() override { |
| 660 | request_shutdown(); |
| 661 | } |
| 662 | |
| 663 | /*! |
| 664 | * \brief Launch to the 'run' function which will, in turn, call the class' |
nothing calls this directly
no outgoing calls
no test coverage detected