Answers for "how to know number of active threads in python"

1

python get current number of threads

from threading import active_count
active_count()
Posted by: Guest on July-01-2021

Code answers related to "how to know number of active threads in python"

Python Answers by Framework

Browse Popular Code Answers by Language