데몬 (2) 썸네일형 리스트형 [ Python ] Running a background thread PythonRunning a background thread 시작 전 테스트환경 살피기 Time 2017년 09월 08일 OS Virtual Box - Linux(Ubuntu 16.04 LTS) Language Python 2.7 변수명 = threading.Thread( target=해당동작함수, args=(넘겨줄 변수) )변수명.daemon = True 변수명.start() import threading, time class Threading_Test() : def __init__(self, interval = 1) : self.interval = interval thread = threading.Thread(target=self.run, args=())thread.daemon = Truethread.. 👻프로그램, 프로세스, 데몬이란? 내용 이전 하였습니다!다음 링크에서 내용 확인 부탁드립니다! 👇 👇 👇 👇 https://proni.tistory.com/entry/%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8-%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4-%EB%8D%B0%EB%AA%AC%EC%9D%B4%EB%9E%80 이전 1 다음