pypdevs.realtime.threadingPython.
ThreadingPython
Simple Python threads subsystem
__init__
Constructor
callFunc
Function to call on a seperate thread: will block for the specified time and call the function afterwards
interrupt
Interrupt the waiting thread
wait
Wait for the specified time, or faster if interrupted
delay – time to wait
func – the function to call
Threading Backend
Tk Inter threading