threadingstart()和run()的区别

threading Tread run() 和 start()区别

import threading
import time

def worker():
    count = 0
    while True:
        if count > 5:
            break
        time.sleep(1)
        count += 1
        print('worker running and threading_name={}'.format(
            threading.current_thread().name))

class MyThread(threading.Thread):
    def start(self):
        print('start-------')
        super().start()

    def run(self):
        print('run------')
        super().run()

t = MyThread(name='worker',target=worker)
# t.start()
t.run()

网站栏目:threadingstart()和run()的区别
本文路径:http://bzwzjz.com/article/poeceg.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 网站设计 成都网站建设公司 定制网站设计 成都模版网站建设 成都网站建设 成都网站设计 成都网站设计公司 成都企业网站建设 专业网站设计 成都网站设计 网站设计制作 成都定制网站建设 定制级高端网站建设 网站建设方案 成都商城网站制作 成都营销网站建设 成都网站制作 成都网站设计 重庆网站建设 成都网站制作 成都网站设计 成都响应式网站建设