Python-多線程其他屬性以及繼承Thread類

線程常用屬性 1.threading.currentThread:返回當前線程變量 2.threading.enumerate:返回一個包含正在運行的線程的list,正在運行的線程指的是線程啓動後,結束前的狀態 3.threading.activeCount:返回正在運行的線程數量,效果跟len(threading.enumer)一樣 4.thr.setName:給線程設置名字 5.thr.get
相關文章
相關標籤/搜索