threading module in pyqt desktop app
-
Hi
I am facing a peculiar issue in my app while using threading module in python.
I have started one daemon thread in my code but when i run threading.enumerate() to see rthe active threads, i see 2 or sometimes 3 threads (all daemon) which are active. Question is, why is this happening when i have only initiated on thread?Any help would be really helpful.
-
Hi
I am facing a peculiar issue in my app while using threading module in python.
I have started one daemon thread in my code but when i run threading.enumerate() to see rthe active threads, i see 2 or sometimes 3 threads (all daemon) which are active. Question is, why is this happening when i have only initiated on thread?Any help would be really helpful.
-
@Prabhav
Sounds like this is Python question, nothing to do with Qt, assuming "threading module" is some Python library....