Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to change a thread name in python

#do this
import threading
threding.current_thread().name = "name_of_the_thread"
 
PREVIOUS NEXT
Tagged: #change #thread #python
ADD COMMENT
Topic
Name
2+1 =