[item 8] 스레드 제어 #151
Answered
by
nusuy
yerim123456
asked this question in
Q&A
[item 8] 스레드 제어
#151
-
41p에 있는 cleaner는 자신을 수행할 스레드를 제어할 수 있다는 면에서 조금 낫다. 라는 문장의 스레드를 제어한다는 의미가 궁금합니다. |
Beta Was this translation helpful? Give feedback.
Answered by
nusuy
Sep 16, 2023
Replies: 1 comment 1 reply
-
스레드를 제어한다는 것의 의미는 스레드의 상태를 변경시킬 수 있다는 의미이고, 예로는 하지만 이는 스레드 간의 우선순위를 제어할 수 있다는 의미는 아닙니다. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yerim123456
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
스레드를 제어한다는 것의 의미는 스레드의 상태를 변경시킬 수 있다는 의미이고, 예로는
interrupt()
,sleep()
등이 있습니다.하지만 이는 스레드 간의 우선순위를 제어할 수 있다는 의미는 아닙니다.