pypdevs.realtime.threadingTkInter.
ThreadingTkInter
Tk Inter subsystem for realtime simulation
__init__
Constructor
queue – the queue object that is also used by the main thread to put events on the main Tk object
interrupt
Interrupt the waiting thread
unlock
Unlock the waiting thread
wait
Wait for the specified time, or faster if interrupted
t – time to wait
func – the function to call
Python threading
Game Loop