Posts tagged with "비동기 처리"
There are a total of 1 posts.
Python threading.Thread로 간단한 비동기 처리 구현하기
Published 4월 20, 2025 by whitedec
Python 표준 라이브러리 threading.Thread를 이용한 간단한 비동기 처리 방법을 소개합니다. Django에서의 주의점까지 함께 정리한 실전 가이드입니다.
#django , #python , #threading , #경량워커 , #비동기 처리