| 100 | //============================================================================== |
| 101 | |
| 102 | inline TaskThread::TaskThread() = default; |
| 103 | inline TaskThread::~TaskThread() { stop(); } |
| 104 | |
| 105 | inline void TaskThread::start (uint32_t repeatIntervalMillisecs, std::function<void()> f) |
nothing calls this directly
no outgoing calls
no test coverage detected