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

unlock()

Relinquishes the receiver. レシーバを手放します。

Declaration 宣言

func unlock()

Discussion 議論

You should generally use the unlock() method rather than break() to release a lock. あなたは、概してロックを解放するためにunlock()を使うべきです、break()ではなく。

An NSGenericException is raised if the receiver doesn’t already exist. NSGenericExceptionが引き起こされます、もしレシーバがまだ存在しないならば。

See Also 参照

Relinquishing a Lock ロックを手放す