python threading模組有哪些函式
1、說明
Python提供的與執行緒操作相關的模組,在3.x版本中使用threading代替thread,如果想在python2.x版本中使用threading,則可以使用dumy_threading模組。
2、threading模組提供的可直接呼叫的函式
active_count():獲取當前活躍(alive)執行緒的個數。
current_thread():獲取當前的執行緒物件。
get_ident():返回當前執行緒的索引,一個非零的整數(3.3新增)。
enumerate():獲取當前所有活躍執行緒的列表。
main_thread():返回主執行緒物件(3.4新增)。
settrace(func):設定一個回撥函式,在run()執行之前被呼叫。
setprofile(func):設定一個回撥函式,在run()執行完畢之後呼叫。
stack_size():返回建立新執行緒時使用的執行緒堆疊大小。
threading.TIMEOUT_MAX:堵塞執行緒時間最大值,超過這個值會棧溢位。
以上就是python threading模組中函式的介紹,希望對大家有所幫助。更多Python學習指路:
本文教程操作環境:windows7系統、Python 3.9.1,DELL G3電腦。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2318/viewspace-2830316/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python之 threading(多執行緒)模組Pythonthread執行緒
- Python中模組是什麼?Python有哪些模組?Python
- Python中常用模組有哪些?Python
- Python安裝模組有哪些方法?Python
- Python多執行緒之_thread與threading模組Python執行緒thread
- Python中Pool常用函式有哪些?Python函式
- 【總結】Python常用函式有哪些?Python函式
- 使用 Python 函式進行模組化Python函式
- python檢視模組下的函式Python函式
- Python中常用模組有哪些?Python基礎教程Python
- Python如何將函式儲存在模組中Python函式
- python IO模組【二】:open函式詳解Python函式
- Python語言模組分為哪幾類?有哪些主要模組?Python
- socket模組函式函式
- Rust 函式有哪些Rust函式
- javascript函式有哪些JavaScript函式
- Python檢視模組(變數、函式、類)方法Python變數函式
- Python學習筆記_函式_匯入模組Python筆記函式
- No.7、函式模組函式
- 小豬的Python學習之旅 —— 7.Python併發之threading模組(1)Pythonthread
- Python有哪些比較重要的內建函式?Python函式
- Python常用函式有哪些?Python基礎入門課程Python函式
- Python培訓:Python有哪些函式?你瞭解幾種?Python函式
- 『無為則無心』Python函式 — 36、Python中的模組Python函式
- Python函式與模組的精髓與高階特性Python函式
- 藉助Python 函式進行模組化程式碼Python函式
- python將函式寫入模組中的小技巧Python函式
- Python中常用的資料分析工具(模組)有哪些?Python
- 學會使用Python的threading模組、掌握併發程式設計基礎Pythonthread程式設計
- Python中find函式是什麼?其作用有哪些?Python函式
- Python的內建函式有哪些?常見型別!Python函式型別
- python你用過哪些模組Python
- Python中常用的模組有哪些?看看你知道幾個!Python
- Python中爬蟲模組有哪些?優缺點介紹!Python爬蟲
- 空類裡有哪些函式函式
- Python培訓教程:Python有哪些比較重要的內建函式?Python函式
- Lua封裝函式模組並由其他模組呼叫封裝函式
- re模組 函式模式詳解函式模式