unlock()
Relinquishes the receiver.
Declaration
func unlock()Discussion
You should generally use the unlock() method rather than break() to release a lock.
An NSGenericException is raised if the receiver doesn’t already exist.
Relinquishes the receiver.
func unlock()You should generally use the unlock() method rather than break() to release a lock.
An NSGenericException is raised if the receiver doesn’t already exist.