pypdevs.realtime.threadingGameLoop.
ThreadingGameLoop
Game loop subsystem for realtime simulation. Time will only progress when a step call is made.
__init__
Constructor
interrupt
Interrupt the waiting thread
step
Perform a step in the simulation. Actual processing is done in a seperate thread.
wait
Wait for the specified time, or faster if interrupted
time – time to wait
func – the function to call
Tk Inter threading
Threadpool