- waitUntilDate:
Blocks the current thread until the condition is signaled or the specified time limit is reached.
現在のスレッドをブロックします、条件が合図されるまたは指定された制限時間に達するまでです。
Availability 有効性
Technology
- (void)wait;
You must lock the receiver prior to calling this method. あなたは、このメソッドを呼び出す前にレシーバをロックしなければなりません。
- waitUntilDate:
- lock