Providing an event loop would help simple scripts aimed as event listeners. An stop funcion should also be included to stop the loop. Easiest way is to use a simple `while not stop_loop`. Threading wait would be preferible.
Providing an event loop would help simple scripts aimed as event listeners. An stop funcion should also be included to stop the loop.
Easiest way is to use a simple
while not stop_loop. Threading wait would be preferible.