Answers for "give name to thread python"

1

how to change a thread name in python

#do this
import threading
threding.current_thread().name = "name_of_the_thread"
Posted by: Guest on August-23-2020

Python Answers by Framework

Browse Popular Code Answers by Language