How to determine if a python thread has been started? There is a method is_alive()
but this is true before and while a thread is running.
You can look at the ident field of the Thread instance. The Python 2.7 documentation for Threading describes ident as
The ‘thread identifier’ of this thread or None if the thread has not been started.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With