All Questions
1 question
2
votes
1
answer
2k
views
Simple parallel multithreading script
I'm trying to write a python script that creates 10 threads at a time and runs until I stop it (ie closing the console). I just need it to do basic logging, so when it fails, its just logs a failed ...