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