How do we thread in python 3

后端 未结 0 1065
误落风尘
误落风尘 2021-02-10 19:40

cain someone assist me create a thread function for this in python 3

import thread

def deleteThread(api, objectId):
try:
    api.destroy_status(objectId)
    pri         


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