您好,登錄后才能下訂單哦!
如下所示:
import time,requestes from tomorrow import threads @threads(10)#使用裝飾器,這個函數異步執行 def download(url): return requests.get(url) def main(): start = time.time() urls = [ 'https://pypi.org/project/tomorrow/0.2.0/', 'https://www.cnblogs.com/pyld/p/4716744.html', 'http://www.xicidaili.com/nn/10', 'http://baidu.com', 'http://www.bubuko.com/infodetail-1028793.html?yyue=a21bo.50862.201879', ] responses = [download(i) for i in urls] end = time.time() print("Time: %f seconds" % (end - start)) if __name__=="__main__": main()
不使用多線程:
使用多線程:
以上這篇python使用tomorrow實現多線程的例子就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。