Python threading.Thread()

사용 버전 : Python 3.6.8

사용 프로그램 : Atom 1.34.0 x64


파이썬 threading.Thread()에 대해서 알아보겠습니다.


괄호 안에는 target, args 따위가 들어갑니다.


threading.Thread()는 병렬 실행이 가능한 Thread Objects를 만들어줍니다.


먼저 threading을 사용하지 않은 경우입니다.






이번엔 threading을 사용하겠습니다.






위처럼, 병렬 실행이 가능하게 됩니다.

Threading.Thread class 타입으로 만들어진 것을 확인할 수 있습니다.


만약 args가 있는 함수를 사용하게 되면 어떻게 해야 할까요?

그때는 args 속성을 사용합니다.




start()와 join()에 대해서는 다음 시간에 알아보겠습니다.


끝.


카테고리: Python, threading

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

Python bytes.fromhex()

Android Minimum touch target size

KiCad 시작하기 2 (PCB 만들기)

tensorflow tf.random.uniform()

tensorflow tf.expand_dims()

Forensics .pyc 파일 .py로 복구하기

Android Notification with Full Screen

Android Java 8+ Api desugaring