func wait()
Blocks the current thread until the condition is signaled.
現在のスレッドをブロックします、条件が合図されるまでです。
Availability 有効性
Technology
limit
The time at which to wake up the thread if the condition has not been signaled. 条件が合図されていないならば、それでこのスレッドを起こす時間。
true
if the condition was signaled; otherwise, false
if the time limit was reached.
true
、もし条件が合図されたならば;そうでなければ、false
、もし制限時間が到達されたならば。
You must lock the receiver prior to calling this method. あなたは、このメソッドを呼び出す前にレシーバをロックしなければなりません。
func wait()
func lock()