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