| 398 | |
| 399 | template <typename Return> |
| 400 | bool ThreadFunction<Return>::isRunning() const { |
| 401 | return m_function.isRunning(); |
| 402 | } |
| 403 | |
| 404 | template <typename Return> |
| 405 | ThreadFunction<Return>::operator bool() const { |
no outgoing calls
no test coverage detected