| 31 | void onStopped() override { stopped = true; } |
| 32 | void onIdle() override { idle = true; } |
| 33 | void onError(int error, const std::string& category, const std::string& message) override { errors = true; } |
| 34 | |
| 35 | public: |
| 36 | std::atomic<bool> thread_initialize{false}; |
nothing calls this directly
no outgoing calls
no test coverage detected