Do not thread by default, but let the user choose.
[ric-plt/xapp-frame-py.git] / examples / pong_xapp.py
index b19beec..ac72813 100644 (file)
@@ -44,4 +44,4 @@ def defh(self, summary, sbuf):
 
 xapp = RMRXapp(default_handler=defh, post_init=post_init, use_fake_sdl=True)
 xapp.register_callback(sixtyh, 60000)
-xapp.run()
+xapp.run()  # will not thread by default