Hi,
it seems to me that Thread.isactive() is true forever if you don't run Thread.waitto_finish()
How can you check if the Thread is finnished without waiting for it?
I have the situation that I'm autosaving my game multiple times, and if my saving thread is still running I don't want to wait for it, but just skip the new attempt to save.