Posts tagged with "異步處理"
There are a total of 2 posts.
Published 六月 13, 2025 by whitedec
Celery的魔法,深入剖析`delay()`的表面與本質
揭開Celery delay()方法的秘密!立即了解delay()的運作原理與實用案例,讓你的異步任務更加智能。
Published 四月 20, 2025 by whitedec
使用 Python threading.Thread 實現簡單的異步處理
介紹利用 Python 標準函式庫 threading.Thread 的簡單異步處理方法,並整理了在 Django 中的注意事項。