Instance Method
インスタンスメソッド
unlock()
Relinquishes the receiver.
レシーバを手放します。
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
ロックを手放す
func `break`()
Forces the lock to be relinquished.
ロックに、手放されるように強制します。