\c result is the result of the thread
| 21 | public: |
| 22 | //! \c result is the result of the thread |
| 23 | explicit ThreadExitException(void *result) : m_result(result) |
| 24 | { |
| 25 | // do nothing |
| 26 | } |
| 27 | ~ThreadExitException() override = default; |
| 28 | |
| 29 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected