()
| 99 | assert cls._thread is not None, "Thread is not started" |
| 100 | |
| 101 | def stop_loop(): |
| 102 | cls._logger.debug("Stopping the loop!") |
| 103 | cls._loop.stop() |
| 104 | |
| 105 | cls._logger.info("Waiting for remaining tasks to finish") |
| 106 | cls.WaitLoop() |
nothing calls this directly
no outgoing calls
no test coverage detected