Answers for "how to close threads opened in a python scripts"

1

exit all threads from within a thread python

thread.interrupt_main()
Posted by: Guest on May-23-2021
0

how many threads can i run python

You can run as many threads as you want at once. 

The only thing limiting the amount is the RAM/CPU/etc the computer.
Posted by: Guest on August-06-2021

Code answers related to "how to close threads opened in a python scripts"

Python Answers by Framework

Browse Popular Code Answers by Language