wait()
A função é usada para deixar o thread em espera sob certas condições de design.
Espere.
Exemplos para referênciaThreadCondition.notify()
O conteúdo do capítulo.
wait()
A função liberta o cadeado do fio e retoma o cadeado do fio quando é despertada.
{@fun/Threads/ThreadCondition/notify notify}, {@fun/Threads/ThreadCondition/notifyAll notifyAll}, {@fun/Threads/ThreadCondition/acquire acquire}, {@fun/Threads/ThreadCondition/release release}
Notificar a todos adquire