How to get only the current thread number?

前端 未结 0 1580
长情又很酷
长情又很酷 2020-12-07 10:48

This is the example code I am using

import time
import threading
import re

def do_action():
    while True:
        x = threading.current_thread()
        pr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题