Python學習筆記:線程

文章目錄 1.創建一個子線程 2.等待子線程結束 3.線程模塊 4.線程池的實現 1.創建一個子線程 #!/user/bin/python #coding:utf-8 from threading import * import sys import time def thread_fun(arg): while 1: print arg, time.sle
相關文章
相關標籤/搜索