創新互聯www.cdcxhl.cn八線動態BGP香港云服務器提供商,新人活動買多久送多久,劃算不套路!
創新互聯建站是一家專業提供南縣企業網站建設,專注與成都網站設計、網站制作、html5、小程序制作等業務。10年已為南縣眾多企業、政府機構等服務。創新互聯專業的建站公司優惠進行中。這篇文章主要介紹python3關閉線程的方法,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
python3利用異常來退出當前線程。方法:1.利用raise自定義異常,2.當觸發函數stop_thread時調用自定義異常進行退出。
利用異常使線程退出代碼如下:
import inspect import ctypes def _async_raise(tid, exctype): """raises the exception, performs cleanup if needed""" tid = ctypes.c_long(tid) if not inspect.isclass(exctype): exctype = type(exctype) res = ctypes.pythonapi.PyThreadState_SetAsyncExc(tid, ctypes.py_object(exctype)) if res == 0: raise ValueError("invalid thread id") elif res != 1: # """if it returns a number greater than one, you're in trouble, # and you should call it again with exc=NULL to revert the effect""" ctypes.pythonapi.PyThreadState_SetAsyncExc(tid, None) raise SystemError("PyThreadState_SetAsyncExc failed") def stop_thread(thread): _async_raise(thread.ident, SystemExit)
停止線程
stop_thread(myThread)
補充知識:python threading實現Thread的修改值,開始,運行,停止,并獲得內部值
以上是python3關閉線程的方法的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注創新互聯-成都網站建設公司行業資訊頻道!
當前題目:python3關閉線程的方法-創新互聯
URL分享:http://vcdvsql.cn/article6/ccicig.html
成都網站建設公司_創新互聯,為您提供手機網站建設、定制開發、網站收錄、網站設計公司、全網營銷推廣、App開發
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯