wait()
함수는 특정 설계 조건에서 스레드를 대기하도록 사용된다.
잠깐만
예를 들어ThreadCondition.notify()
이 글의 내용은 다음과 같습니다:
wait()
함수는 스레드 잠금을 풀고, 깨우치면 스레드 잠금을 다시 얻습니다.
{@fun/Threads/ThreadCondition/notify notify}, {@fun/Threads/ThreadCondition/notifyAll notifyAll}, {@fun/Threads/ThreadCondition/acquire acquire}, {@fun/Threads/ThreadCondition/release release}
모든 사람에게 알려주세요. 획득