
- Python 基礎
- Python - 首頁
- Python - 概述
- Python - 歷史
- Python - 特性
- Python vs C++
- Python - Hello World 程式
- Python - 應用領域
- Python - 直譯器
- Python - 環境搭建
- Python - 虛擬環境
- Python - 基本語法
- Python - 變數
- Python - 資料型別
- Python - 型別轉換
- Python - Unicode 系統
- Python - 字面量
- Python - 運算子
- Python - 算術運算子
- Python - 比較運算子
- Python - 賦值運算子
- Python - 邏輯運算子
- Python - 位運算子
- Python - 成員運算子
- Python - 身份運算子
- Python - 運算子優先順序
- Python - 註釋
- Python - 使用者輸入
- Python - 數字
- Python - 布林值
- Python 控制語句
- Python - 控制流
- Python - 決策
- Python - if 語句
- Python - if else
- Python - 巢狀 if
- Python - match-case 語句
- Python - 迴圈
- Python - for 迴圈
- Python - for-else 迴圈
- Python - while 迴圈
- Python - break 語句
- Python - continue 語句
- Python - pass 語句
- Python - 巢狀迴圈
- Python 函式與模組
- Python - 函式
- Python - 預設引數
- Python - 關鍵字引數
- Python - 僅限關鍵字引數
- Python - 位置引數
- Python - 僅限位置引數
- Python - 可變引數
- Python - 變數作用域
- Python - 函式註解
- Python - 模組
- Python - 內建函式
- Python 字串
- Python - 字串
- Python - 字串切片
- Python - 修改字串
- Python - 字串連線
- Python - 字串格式化
- Python - 跳脫字元
- Python - 字串方法
- Python - 字串練習
- Python 列表
- Python - 列表
- Python - 訪問列表項
- Python - 修改列表項
- Python - 新增列表項
- Python - 刪除列表項
- Python - 迴圈遍歷列表
- Python - 列表推導式
- Python - 排序列表
- Python - 複製列表
- Python - 合併列表
- Python - 列表方法
- Python - 列表練習
- Python 元組
- Python - 元組
- Python - 訪問元組項
- Python - 更新元組
- Python - 解包元組
- Python - 迴圈遍歷元組
- Python - 合併元組
- Python - 元組方法
- Python - 元組練習
- Python 集合
- Python - 集合
- Python - 訪問集合項
- Python - 新增集合項
- Python - 刪除集合項
- Python - 迴圈遍歷集合
- Python - 合併集合
- Python - 複製集合
- Python - 集合運算子
- Python - 集合方法
- Python - 集合練習
- Python 字典
- Python - 字典
- Python - 訪問字典項
- Python - 修改字典項
- Python - 新增字典項
- Python - 刪除字典項
- Python - 字典檢視物件
- Python - 迴圈遍歷字典
- Python - 複製字典
- Python - 巢狀字典
- Python - 字典方法
- Python - 字典練習
- Python 陣列
- Python - 陣列
- Python - 訪問陣列項
- Python - 新增陣列項
- Python - 刪除陣列項
- Python - 迴圈遍歷陣列
- Python - 複製陣列
- Python - 反轉陣列
- Python - 排序陣列
- Python - 合併陣列
- Python - 陣列方法
- Python - 陣列練習
- Python 檔案處理
- Python - 檔案處理
- Python - 寫入檔案
- Python - 讀取檔案
- Python - 重新命名和刪除檔案
- Python - 目錄
- Python - 檔案方法
- Python - OS 檔案/目錄方法
- Python - OS 路徑方法
- 面向物件程式設計
- Python - OOPs 概念
- Python - 類與物件
- Python - 類屬性
- Python - 類方法
- Python - 靜態方法
- Python - 建構函式
- Python - 訪問修飾符
- Python - 繼承
- Python - 多型
- Python - 方法重寫
- Python - 方法過載
- Python - 動態繫結
- Python - 動態型別
- Python - 抽象
- Python - 封裝
- Python - 介面
- Python - 包
- Python - 內部類
- Python - 匿名類和物件
- Python - 單例類
- Python - 包裝類
- Python - 列舉
- Python - 反射
- Python 錯誤與異常
- Python - 語法錯誤
- Python - 異常
- Python - try-except 塊
- Python - try-finally 塊
- Python - 丟擲異常
- Python - 異常鏈
- Python - 巢狀 try 塊
- Python - 使用者自定義異常
- Python - 日誌記錄
- Python - 斷言
- Python - 內建異常
- Python 多執行緒
- Python - 多執行緒
- Python - 執行緒生命週期
- Python - 建立執行緒
- Python - 啟動執行緒
- Python - 執行緒連線
- Python - 執行緒命名
- Python - 執行緒排程
- Python - 執行緒池
- Python - 主執行緒
- Python - 執行緒優先順序
- Python - 守護執行緒
- Python - 執行緒同步
- Python 同步
- Python - 執行緒間通訊
- Python - 執行緒死鎖
- Python - 中斷執行緒
- Python 網路程式設計
- Python - 網路程式設計
- Python - 套接字程式設計
- Python - URL 處理
- Python - 泛型
- Python 庫
- NumPy 教程
- Pandas 教程
- SciPy 教程
- Matplotlib 教程
- Django 教程
- OpenCV 教程
- Python 其他
- Python - 日期與時間
- Python - 數學
- Python - 迭代器
- Python - 生成器
- Python - 閉包
- Python - 裝飾器
- Python - 遞迴
- Python - 正則表示式
- Python - PIP
- Python - 資料庫訪問
- Python - 弱引用
- Python - 序列化
- Python - 模板
- Python - 輸出格式化
- Python - 效能測量
- Python - 資料壓縮
- Python - CGI 程式設計
- Python - XML 處理
- Python - GUI 程式設計
- Python - 命令列引數
- Python - 文件字串
- Python - JSON
- Python - 傳送郵件
- Python - 擴充套件
- Python - 工具/實用程式
- Python - GUIs
- Python 高階概念
- Python - 抽象基類
- Python - 自定義異常
- Python - 高階函式
- Python - 物件內部
- Python - 記憶體管理
- Python - 元類
- Python - 使用元類進行超程式設計
- Python - 模擬和存根
- Python - Monkey Patching
- Python - 訊號處理
- Python - 型別提示
- Python - 自動化教程
- Python - Humanize 包
- Python - 上下文管理器
- Python - 協程
- Python - 描述符
- Python - 診斷和修復記憶體洩漏
- Python - 不可變資料結構
- Python 有用資源
- Python - 問答
- Python - 線上測驗
- Python - 快速指南
- Python - 參考
- Python - 速查表
- Python - 專案
- Python - 有用資源
- Python - 討論
- Python 編譯器
- NumPy 編譯器
- Matplotlib 編譯器
- SciPy 編譯器
Python - 建立執行緒
在 Python 中建立執行緒涉及在程式中啟動一個單獨的執行流,允許多個操作併發執行。這對於同時執行任務特別有用,例如並行處理各種 I/O 操作。
Python 提供多種建立和管理執行緒的方法。
通常建議使用threading模組建立和管理執行緒,因為它具有更高級別的介面和附加功能。
另一方面,_thread模組提供了一種更簡單、更低階的建立和管理執行緒的方法,這對於簡單的、低開銷的執行緒任務很有用。
在本教程中,您將學習使用不同的方法在 Python 中建立執行緒的基礎知識。我們將介紹使用函式建立執行緒、從 threading 模組擴充套件 Thread 類以及使用 _thread 模組。
使用函式建立執行緒
您可以使用threading模組中的Thread類來建立執行緒。在這種方法中,您可以透過簡單地將函式傳遞給 Thread 物件來建立執行緒。以下是啟動新執行緒的步驟:
- 定義執行緒要執行的函式。
- 使用 Thread 類建立一個 Thread 物件,傳遞目標函式及其引數。
- 呼叫 Thread 物件上的 start 方法以開始執行。
- 可選地,呼叫 join 方法以等待執行緒完成,然後再繼續執行。
示例
以下示例演示了在 Python 中使用執行緒進行併發執行。它建立並啟動多個執行緒,這些執行緒透過在Thread類中指定使用者定義的函式作為目標來併發執行不同的任務。
from threading import Thread def addition_of_numbers(x, y): result = x + y print('Addition of {} + {} = {}'.format(x, y, result)) def cube_number(i): result = i ** 3 print('Cube of {} = {}'.format(i, result)) def basic_function(): print("Basic function is running concurrently...") Thread(target=addition_of_numbers, args=(2, 4)).start() Thread(target=cube_number, args=(4,)).start() Thread(target=basic_function).start()
執行上述程式後,將產生以下結果:
Addition of 2 + 4 = 6 Cube of 4 = 64 Basic function is running concurrently...
透過擴充套件 Thread 類建立執行緒
建立執行緒的另一種方法是擴充套件 Thread 類。此方法涉及定義一個從 Thread 繼承並覆蓋其 __init__ 和 run 方法的新類。以下是啟動新執行緒的步驟:
- 定義 Thread 類的新的子類。
- 覆蓋 __init__ 方法以新增附加引數。
- 覆蓋 run 方法以實現執行緒的行為。
示例
此示例演示如何使用自定義 MyThread 類建立和管理多個執行緒,該類擴充套件了 Python 中的threading.Thread類。
import threading import time exitFlag = 0 class myThread (threading.Thread): def __init__(self, threadID, name, counter): threading.Thread.__init__(self) self.threadID = threadID self.name = name self.counter = counter def run(self): print ("Starting " + self.name) print_time(self.name, 5, self.counter) print ("Exiting " + self.name) def print_time(threadName, counter, delay): while counter: if exitFlag: threadName.exit() time.sleep(delay) print ("%s: %s" % (threadName, time.ctime(time.time()))) counter -= 1 # Create new threads thread1 = myThread(1, "Thread-1", 1) thread2 = myThread(2, "Thread-2", 2) # Start new Threads thread1.start() thread2.start() print ("Exiting Main Thread")
執行上述程式碼後,將產生以下結果:
Starting Thread-1 Starting Thread-2 Exiting Main Thread Thread-1: Mon Jun 24 16:38:10 2024 Thread-2: Mon Jun 24 16:38:11 2024 Thread-1: Mon Jun 24 16:38:11 2024 Thread-1: Mon Jun 24 16:38:12 2024 Thread-2: Mon Jun 24 16:38:13 2024 Thread-1: Mon Jun 24 16:38:13 2024 Thread-1: Mon Jun 24 16:38:14 2024 Exiting Thread-1 Thread-2: Mon Jun 24 16:38:15 2024 Thread-2: Mon Jun 24 16:38:17 2024 Thread-2: Mon Jun 24 16:38:19 2024 Exiting Thread-2
使用 start_new_thread() 函式建立執行緒
_thread 模組中包含的start_new_thread()函式用於在正在執行的程式中建立一個新執行緒。此模組提供了一種低階執行緒方法。它更簡單,但不具備 threading 模組提供的一些高階功能。
以下是 _thread.start_new_thread() 函式的語法
_thread.start_new_thread ( function, args[, kwargs] )
此函式啟動一個新執行緒並返回其識別符號。function引數指定新執行緒將執行的函式。此函式所需的任何引數都可以使用 args 和 kwargs 傳遞。
示例
import _thread import time # Define a function for the thread def thread_task( threadName, delay): for count in range(1, 6): time.sleep(delay) print ("Thread name: {} Count: {}".format ( threadName, count )) # Create two threads as follows try: _thread.start_new_thread( thread_task, ("Thread-1", 2, ) ) _thread.start_new_thread( thread_task, ("Thread-2", 4, ) ) except: print ("Error: unable to start thread") while True: pass thread_task("test", 0.3)
它將產生以下輸出:
Thread name: Thread-1 Count: 1 Thread name: Thread-2 Count: 1 Thread name: Thread-1 Count: 2 Thread name: Thread-1 Count: 3 Thread name: Thread-2 Count: 2 Thread name: Thread-1 Count: 4 Thread name: Thread-1 Count: 5 Thread name: Thread-2 Count: 3 Thread name: Thread-2 Count: 4 Thread name: Thread-2 Count: 5 Traceback (most recent call last): File "C:\Users\user\example.py", line 17, in <module> while True: KeyboardInterrupt
程式進入無限迴圈。您需要按ctrl-c停止。