Instance Method インスタンスメソッド

wait

Blocks the current thread until the condition is signaled. 現在のスレッドをブロックします、条件が合図されるまでです。

Declaration 宣言

- (void)wait;

Discussion 議論

You must lock the receiver prior to calling this method. あなたは、このメソッドを呼び出す前にレシーバをロックしなければなりません。

See Also 参照

Waiting for the Lock ロックに対して待機する

Related Documentation 関連文書