Posts tagged with "lightweight worker"

There are a total of 1 posts.

使用 Python threading.Thread 實現簡單的異步處理

Published 四月 20, 2025 by whitedec

介紹利用 Python 標準函式庫 threading.Thread 的簡單異步處理方法,並整理了在 Django 中的注意事項。

#django , #python , #threading , #lightweight worker , #異步處理